* Jason Curl wrote on Sat, Dec 13, 2008 at 04:57:02PM CET: > /bin/sh ../../libtool --tag=RC --mode=compile windres rsrc.rc -o rsrc.lo > libtool: compile: windres rsrc.rc -o .libs/rsrc.o > libtool: compile: windres rsrc.rc >/dev/null 2>&1
The second is missing '-o rsrc.o'. Seems windres output to stdout by default, which of course makes the above break. Please post the output of ../../libtool --tag=RC --config Thanks, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool