Hi Tim, * Tim Rice wrote on Sun, Oct 30, 2005 at 01:41:22AM CEST: > > branch-1-5 > > I'm getting falures in the tagdemo-exec tests on my UnixWare 2.03 > box because of this rule in tagdemo/Makefile.in > ..... > cpp.o: > $(CXXCOMPILE) -c -o $@ $< > ..... > > The native c/CC compilers on the that machine does not like -c -o > Is there a way to work around this, or is this an automake 1.9.6 bug?
Oops. Does it work if you change the AC_PROG_CC_C_O to be AM_PROG_CC_C_O in libtool-1.5/tagdemo/configure.ac and rerun bootstrap? Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool