bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

./libtool: test: =: unary operator expected


From: Carlo Wood
Subject: ./libtool: test: =: unary operator expected
Date: Tue, 24 Oct 2000 00:21:09 +0200
User-agent: Mutt/1.1i

The libtool that is generated (by the current cvs version)
gives the following error:

./libtool: test: =: unary operator expected

This is caused by the following lines in this file:

    if test $pic_mode = no && test "$deplibs_check_method" != pass_all; then
      # non-PIC code in shared libraries is not supported
      pic_mode=default
    fi

where it turns out that $pic_mode is empty.

In the cvs repository this probably corresponds to line 461 in ltmain.in

I have no solution since I don't know if the test needs to be changed
or that pic_mode should have been set at that point.

-- 
Carlo Wood <address@hidden>                        -=- Jesus Loves you -=-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]