libtool-patches
[Top][All Lists]
Advanced

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

Re: Don't use linker_flags when running CC


From: Alexandre Oliva
Subject: Re: Don't use linker_flags when running CC
Date: 19 Feb 2003 20:23:26 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

On Feb 19, 2003, "Peter O'Gorman" <address@hidden> wrote:

> So what exactly was the problem on solaris which prompts you to modify
> darwin archive_cmds?

-Wl,--version-script=foo.map was being passed to gcc as
 --version-script=foo.map, instead of as -Wl,--version-script=foo.map,
so they didn't make it to the invocation of the linker from gcc.

> Aren't all the linker_flags quoted and ${wl}'d ?

Nope.  The compiler_flags are exactly linker_flags plus ${wl}s, which
is what makes it so obvious.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 address@hidden, gcc.gnu.org}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist                Professional serial bug killer




reply via email to

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