libtool
[Top][All Lists]
Advanced

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

Re: Libtool drops -static from LDFLAGS?


From: Alexandre Oliva
Subject: Re: Libtool drops -static from LDFLAGS?
Date: 08 May 2001 07:49:30 -0300
User-agent: Gnus/5.090002 (Oort Gnus v0.02) XEmacs/21.1 (Cuyahoga Valley)

On May  7, 2001, Ossama Othman <address@hidden> wrote:

> Libtool drops the user supplied "-static" flag (e.g. in $LDFLAGS) from
> the link command.  Is this what we want?

Yep.  To really force static linking, use -all-static.  -static tells
libtool to *prefer* static libraries, not to *require* them.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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