automake
[Top][All Lists]
Advanced

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

Re: Adding '-nostartfiles' at link stage


From: Alexandre Duret-Lutz
Subject: Re: Adding '-nostartfiles' at link stage
Date: Fri, 26 Apr 2002 13:41:01 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Yannick" == Yannick Perret <address@hidden> 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




reply via email to

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