On May  7, 2001, Ossama Othman <[EMAIL PROTECTED]> 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                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to