On Sat, 2 Mar 2002, Rasmus Lerdorf wrote:

>-L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../..
>-L/usr/lib/gcc-lib/i386-redhat-linux/2.96
>-L/tmp/19246-i386/BUILD/pspell-.12.2/modules/.libs -L/usr/lib

    This is the problem. /usr/lib shouldn't be here.
    In your working build you won't see it.

    So, there are 2 possibilities that come to my mind:

     1. Some config.m4 adds /usr/lib into the LIBS
     2. You have some .la file somewhere which has it in it
        and which is used during linking.

    (I had to move all .la files out of /usr/lib when we
    started using libtool 1.4)

    --Jani



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to