Version mismatch error

2010-10-18 Thread Sergio Belkin
aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1 libtool: and run autoconf again. I was using 2.2.10 (compiled) on CentOS. Is there not compatibility between 2.2.x releases. Is there not a way to make it works with any libtool 2.2.x? Thanks in advance! -- -- Sergio Belkin http

undefined reference error

2010-10-20 Thread Sergio Belkin
ysqlclient -lssl -lpthread' weak_library_names='' current=0 age=0 revision=0 installed=no shouldnotlink=no dlopen='' dlpreopen='' libdir='/usr/lib' You can read my files on pastebin.com *configure.ac http://pastebin.com/hs5q21Rq *Makefile.am; http:/

Problem with --as-needed flag

2010-11-23 Thread Sergio Belkin
atisfy some symbol reference from regular objects which is undefined at the point that the library was linked" as ld manpage states. Is there a workaround for it? Thanks in advance -- -- Sergio Belkin http://www.sergiobelkin.com Watch More TV http://sebelk.b

Re: Problem with --as-needed flag

2010-11-23 Thread Sergio Belkin
2010/11/23 Mike Frysinger > On Tuesday, November 23, 2010 08:04:45 Sergio Belkin wrote: >> You can take a look the Makefile.am on: >> >> http://pastebin.com/jn4kiqTd > > please do not use pastebin type sites with mailing lists.  post all your info > into the e-mail

Re: Problem with --as-needed flag

2010-11-30 Thread Sergio Belkin
2010/11/23 Dan Nicholson : > On Tue, Nov 23, 2010 at 4:33 PM, Sergio Belkin wrote: >> 2010/11/23 Mike Frysinger > On Tuesday, November >> 23, 2010 08:04:45 Sergio Belkin wrote: >>>> You can take a look the Makefile.am on: >>>> >>>> http://pa

Re: Version mismatch error

2010-12-03 Thread Sergio Belkin
2010/10/20 Ralf Wildenhues : > Hello Sergio, > > * Sergio Belkin wrote on Mon, Oct 18, 2010 at 06:33:17PM CEST: >> I have project with autotools made on Ubuntu, but when I want to >> compile on CentOS it ends with error: >> >> libtool: Version mismatch error.

How to create only executable files

2011-01-23 Thread Sergio Belkin
ject file "something.o" and only do something.o Thanks in advance! -- -- Sergio Belkin  http://www.sergiobelkin.com Watch More TV http://sebelk.blogspot.com LPIC-2 Certified ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: How to create only executable files

2011-01-24 Thread Sergio Belkin
2011/1/24 Ralf Wildenhues > Hello Sergio, > > * Sergio Belkin wrote on Sun, Jan 23, 2011 at 11:13:16PM CET: > > I've found great the option "-no-install". But I wonder if is there a > > way to build directly the executables files, I mean that don't crea