Re: undefined reference to `lt_preloaded_symbols'

2009-03-25 Thread Alan DeKok
reference to `lt_preloaded_symbols' I have no real idea. I use Ubuntu 8.04, and am now building debian packages every day. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

undefined reference to `lt_preloaded_symbols'

2009-03-24 Thread Nick Jones
-lcrypto -Wl,-rpath -Wl,/usr/lib/freeradius .libs/modules.o: In function `setup_modules': /home/parsond/Desktop/freeradius-server-2.1.4/src/main/modules.c:1039: undefined reference to `lt_preloaded_symbols' collect2: ld returned 1 exit status make[5]: *** [radiusd] Error 1 make[5]: Leaving

Re: Re: lt_preloaded_symbols

2005-06-27 Thread Pablo Rodriguez Dominguez
Title: Re: Re: lt_preloaded_symbols Hi Alan. take a look the next lines: libtool: link: not configured to extract global symbols from dlpreopened files gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -DNDEBUG -I../include -DHOSTINFO

Re: lt_preloaded_symbols

2005-06-27 Thread Alan DeKok
Pablo Rodriguez Dominguez [EMAIL PROTECTED] wrote: take a look the next lines: libtool: link: not configured to extract global symbols from dlpreopened files Use the libtool that is included with FreeRADIUS. Or, link the server statically. Did I ever mention I hate libtool? Alan

Re: lt_preloaded_symbols

2005-06-27 Thread Alan DeKok
[EMAIL PROTECTED] wrote: Did I ever mention I hate libtool? Is their anybody who doesn't? The only thing I don't understand is why it is used by so many packages... Because the package maintainers: a) don't want to write CC LD flag nonsense for every stupid platform out there

lt_preloaded_symbols

2005-06-24 Thread Pablo Rodriguez Dominguez
Title: lt_preloaded_symbols Hello all. Im new in the mail list. Im installing a freeradius-1.0.4 on a sol9-sparc box. when i do make, the next error apear. -- libtool: link: not configured to extract global symbols from dlpreopened files gcc