Hi Peter, * Peter Ekberg wrote on Fri, Aug 26, 2005 at 12:58:23PM CEST: > I wrote: > > Ralf Wildenhues wrote: > > > OK to apply to HEAD? > > > > > > * tests/inherited_flags.at: Weaken for MSVC. > > > * tests/early-libtool.at, tests/template.at: Fix for compiler > > > that do not understand `-c -o'. > > > > > Oh, what the hell, I've attached an updated patch... > > Here's an updated patch rediffed since the recent changes to some > of the involved files, and with a few extra $OBJEXT inserted.
Oops, I actually forgot about this one. > With this patch, my MSVC patches only fails stresstest.at (which > also fails with gcc) in the new autotestsuite. OK, but your fix is not sufficient, though: You need to add | OBJEXT = @OBJEXT@ to both Makefile.in's. also, you goofed up on the default rule in the second Makefile.in: use | .c.$(OBJEXT): | $(COMPILE) -c $< instead of | .c.$(OBJEXT): | $(COMPILE) -c $@ $< Please apply after these changes. Note that LT_AT_EXEC_CHECK is unfortunately broken, a fix is underway. I actually made it less strict than it can be and needs to be (and at the time of writing it I knew it, too, but then forgot to fix it; oh well, yet another reason for a central bug list/repository). Cheers, Ralf
