Date: 06/22/01
- Next message: Stephen van Egmond: "Re: [PHP-DEV] Adding URI Translation Handlers"
- Previous message: Chris Newbill: "RE: [PHP-DEV] Bug #11611 Updated: nl2br() outputting invalid <br> tags"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Libtool 1.4 probs.."
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Stephen van Egmond: "Re: [PHP-DEV] Adding URI Translation Handlers"
- Previous message: Chris Newbill: "RE: [PHP-DEV] Bug #11611 Updated: nl2br() outputting invalid <br> tags"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Libtool 1.4 probs.."
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

