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: Ralf Wildenhues
Subject: Re: Libtool head tests: compiler_c_o and inherited linker flags
Date: Fri, 26 Aug 2005 14:05:11 +0200
User-agent: Mutt/1.4.1i

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




reply via email to

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