On Thu, 21 Jun 2001, Sascha Schumann wrote:

>> For some odd reason, the libtool 1.4 wants to put -L/usr/lib
>> into the link line..causing a few unexpected results due to
>> reason I happen to have couple of older versions of some libs there.
>> configure/compile is ok, but resulting lib isn't.
>
>    Try running
>
>    $ find / -name \*.la 2>/dev/null|xargs egrep -- '-L/usr/lib[^/]'
>
>    and remove all -L/usr/lib entries from the dependency_libs
>    line.  If that is indeed the source of problem, we might
>    approach the libtool maintainers.
>

I took the easy way out and I moved all the .la files from /usr/lib
and now the latest CVS builds and runs just fine.

So this actually is a bug in libtool, isn't it?

--Jani



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to