libtool-patches
[Top][All Lists]
Advanced

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

RE: Libtool head tests: compiler_c_o and inherited linker flags


From: Peter Ekberg
Subject: RE: Libtool head tests: compiler_c_o and inherited linker flags
Date: Fri, 26 Aug 2005 15:59:19 +0200

Ralf Wildenhues wrote:
> 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.

Great, applied (in two steps. Sigh. That's starting to be a rule, not an
exception)

Cheers,
Peter




reply via email to

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