static linking

Alexandre Oliva aoliva@redhat.com
Wed Dec 6 09:48:00 GMT 2000


On Dec  6, 2000, Jeff Sturm <jeff.sturm@appnet.com> wrote:

> Now that's odd.  I see the -lsupc++ flag all right, but libtool doesn't
> try to extract it:

That's because libtool only extracts convenience libraries, which
-lsupc++ isn't; -lsupc++convenience is, but it's not (and shouldn't
be) installed.

This is one of the cases in which you have to use libtool to link the
final executable, or explicitly list all dependencies of any libtool
libraries you link with.

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


More information about the Java mailing list