> --- Ursprüngliche Nachricht --- > Von: Ralf Wildenhues <[EMAIL PROTECTED]> > An: Christoph Egger <[EMAIL PROTECTED]>, [email protected] > 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 <[EMAIL PROTECTED]> > > > > > > > > > > * config/ltmain.m4sh (inherited_linker_flags): Work when > output > > > > > is an application too. > > > > > Reported by Christopher Egger <[EMAIL PROTECTED]> > > > > > 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 _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
