bug-libtool
[Top][All Lists]
Advanced

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

libtool-1.4.2 (part III)


From: Carlo Wood
Subject: libtool-1.4.2 (part III)
Date: Sat, 27 Jul 2002 02:24:02 +0200
User-agent: Mutt/1.2.5i

The following commandline demonstrates the
bug in its simplest form, allowing to most
easily reproduce it:

$ echo > x.c; /bin/sh ./libtool --mode=compile gcc -c x.c -MD -MF .deps/foobar.o
gcc -c x.c -MD -MF .deps/foobar.o  -fPIC -DPIC
mv -f foobar.o foobar.lo
mv: cannot stat `foobar.o': No such file or directory

(gcc did output an object file x.o).

-- 
Carlo Wood <address@hidden>



reply via email to

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