On Sun, Mar 03, 2002 at 06:16:07PM +0200, Jani Taskinen wrote :
>
> As long as the config.m4's use PHP_ADD_LIBRARY_WITH_PATH()
> and the other macros and don't touch LIBS themselves,
> there won't be any /usr/lib entries in it.
>
> So, I'd check the .la files. There's propably libpspell.la
> which has -L/usr/lib defined in 'dependency_libs='.
>
> And then you can complain to the libtool folks about this. :)
> Easiest way to fix/test this is to just move all the .la files
> from /usr/lib to some other place.
Are you sure? On my system nearly all .la files contain
-L/usr/lib in the dependency_libs line ...
$ grep dependency_libs /usr/lib/*.la|grep -- '-L/usr/lib '|wc -l
138
Or am I missing some specific point?
--
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php