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 ([EMAIL PROTECTED] [EMAIL PROTECTED])
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