Hi Panagiotis, * Panagiotis Issaris wrote on Wed, May 10, 2006 at 01:05:50PM CEST: > > I encountered a problem while trying to build a softwarepackage (JRTPLib > [1]) which uses libtool on FreeBSD 6.0. The library path (-L /usr/local/lib) > added on the libtool commandline, seems to be removed and not passed on > to GCC. I will try with more recent versions, but I did not find anything > that seemed to solve this in the changelogs. Any hints?
Two comments here: - please use -L/usr/local/lib (i.e., no space between -L and the argument); then it should work. - there was actually a regression in 1.5.22 over 1.5.20 which caused some paths to be incorrectly removed on FreeBSD and some other BSD variants. Has since been fixed in CVS branch-1-5 (and HEAD). Cheers, Ralf > [EMAIL PROTECTED] ./libtool --version > ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33) _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool