This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: static linking


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]