This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Adding '-nostartfiles' at link stage


>>> "Yannick" == Yannick Perret <yperret@bat710.univ-lyon1.fr> writes:

[...]

 Yannick> The only (ugly) way I found was to do this:
 Yannick> /bin/sh ../libtool --mode=link "gcc -nostartfiles" ...
 Yannick> to force libtool to include the '-nostartfiles' option.

What do you mean by "to do"?  Are you overriding the link rule?
Why these quotes around "gcc -nostartfiles"?

One usually adds link flags such as -nostartfiles using _LDFLAGS
(search maude_LDFLAGS in the Automake manual).

[...]

-- 
Alexandre Duret-Lutz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]