On Aug 29, 2000, [EMAIL PROTECTED] wrote:

> I am having some problems linking together some libtool convenience
> libraries and a shared and an external shared library. As part of the
> solution I need to pass the "-nostartfiles" flag to gcc during linking.
> However the flag simply gets eaten if I pass it through libtool via
> libmva_la_LDFLAGS. Is there a way to force options to appear on the
> linke line?

Use libtool 1.3c from the libtool CVS and use `-Wc,-nostartfiles', to
indicate that you want this flag to be passed to the compiler driver,
in case it is used for linking.

-- 
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

Reply via email to