> 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.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
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