bug-libtool
[Top][All Lists]
Advanced

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

Re: inherited linker flags misses linker flags on darwin


From: Christoph Egger
Subject: Re: inherited linker flags misses linker flags on darwin
Date: Mon, 8 Aug 2005 14:19:15 +0200 (MEST)

> --- Ursprüngliche Nachricht ---
> Von: Ralf Wildenhues <address@hidden>
> An: Christoph Egger <address@hidden>, address@hidden
> Betreff: Re: inherited linker flags misses linker flags on darwin
> Datum: Mon, 8 Aug 2005 14:06:37 +0200
> 
> * Ralf Wildenhues wrote on Mon, Aug 08, 2005 at 01:53:06PM CEST:
> > > > > 2005-08-06  Peter O'Gorman  <address@hidden>
> > > > > 
> > > > >     * config/ltmain.m4sh (inherited_linker_flags): Work when
> output
> > > > >     is an application too.
> > > > >     Reported by Christopher Egger <address@hidden>
> 
> > > > LOL.  I have committed the patch named
> > > > | 62-peter-duh-test-the-executable-output-too-peter-idiot.patch
> > > > 
> > > > to HEAD and branch-2-0.
> > 
> > Spoke too soon, sorry.  This test breaks inherited_flags.at:20 of CVS
> > HEAD.  Still investigating..
> 
> I backed out this patch.  It was obviously broken, and I need at least a
> bit of time to investigate (and do not want bogus bug reports because of
> this patch causing havoc on !darwin).  For one, a `$' was missing
> (wonder how I could overlook this on first inspection ;-),
> for another on !darwin it does not work but harms.

You did not my mail correctly:

You missed this:

+            *) new_inherited_linker_flags="$new_inherited_linker_flags
$tmp_inherited_linker_flags";;

use a singular here:
*) new_inherited_linker_flags="$new_inherited_linker_flag
$tmp_inherited_linker_flags";;

+          esac

When I tested, I tested w/o this additional s, of course.
So please try the inherited_flags.at test with this fix once more.

-- 
Greetings,

Christoph

GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl




reply via email to

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