"marco" <[EMAIL PROTECTED]> wrote: > gcc -shared .libs/rlm_eap_peap.o > .libs/peap.o -Wl,--rpath -Wl,/usr/lib/freeradius -L/root/downloads/freeradi > us-snapshot-20040629/debian/freeradius/usr/lib/freeradius -L/usr/lib/freerad > ius -lradius -lrlm_eap_tls
As time goes by, my hatred of libtool grows even more. It's turning a local reference to rlm_eap_tls (e.g. "../rlm_eap_tls/rlm_eap_tls.*) into a non-local one (-lrlm_eap_tls). It does this automatically, but does NOT add the appropriate "-L/home/foo/radiusd/.../rlm_eap_tls" entry, which tells the linker where that library is to be found. I think I'll spend some time looking into throwing away libtool. It's just too painful to use in the real world. The only suggestion I can offer here is to pass the "--disable-shared" option to configure. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

