Re: libtool 1.4.3 searches /usr/lib before -L

2003-10-21 Thread Pierre Sarrazin
//'`" $newlib_search_path" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi ;; This puts the right directory before /usr/lib instead of after. (I notice that this code segment is the only one in t

libtool 1.4.3 searches /usr/lib before -L

2003-10-20 Thread Pierre Sarrazin
ask libtool to search a certain directory before any system directory? My project is autoconfiscated with autoconf 2.57, automake 1.7.2 and libtool 1.4.3. Also, I use g++ 3.2 on a RedHat 8.0 system. -- Pierre Sarrazin ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Enabling/disabling shared or static libs from Makefile.am

2001-06-08 Thread Pierre Sarrazin
? I would not mind if all source files were compiled as position-independent code, even for static libraries. -- Pierre Sarrazin ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool