bug-libtool
[Top][All Lists]
Advanced

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

Libtool 1.4.1 bug


From: Danny Backx
Subject: Libtool 1.4.1 bug
Date: Mon, 03 Sep 2001 18:33:10 +0200

In the lesstif test/ build, libtool 1.4.1 causes a build failure.
I suppose it (libtool) interprets an argument that it should be
passing along.

dell: {89} make
if test -x ../../../clients/Motif-2.1/uil/uil ;         then \
libtool --mode=execute ../../../clients/Motif-2.1/uil/uil \
        -o hello_world.uid 
/home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/hello_world.uil ;    else \
uil -o hello_world.uid
/home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/hello_world.uil ;         fi


severe: error opening source file: "-o"
gmake: *** [hello_world.uid] Error 1
dell: {90} 


Libtool 1.4 does this right, e.g. :


if test -x ../../../clients/Motif-2.1/uil/uil ;         then \
libtool --mode=execute ../../../clients/Motif-2.1/uil/uil \
        -o hello_world.uid 
/home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/hello_world.uil ;    else \
uil -o hello_world.uid
/home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/hello_world.uil ;         fi
yacc.y:256:NO OP
yacc.y:243:NO OP
yacc.y:239:NO OP
lookup XmLabel = index of 27
if test -x ../../../clients/Motif-2.1/uil/uil ;         then \
libtool --mode=execute ../../../clients/Motif-2.1/uil/uil \
        -o test2a.uid  /home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/test2a.uil
;      else \
uil -o test2a.uid /home/danny/Hungry/LessTif/SOURCE/test/Mrm/mrm/test2a.uil ;  
fi
yacc.y:256:NO OP
yacc.y:243:NO OP
yacc.y:214:NO OP


        Danny

-- 
Danny Backx (address@hidden address@hidden)
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://www.lesstif.org)
                Oleo    (http://www.gnu.org/software/oleo/oleo.html)



reply via email to

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