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: Importing sources (?)


On Nov 27, 2000, Tom Tromey <tromey@cygnus.com> wrote:

Jeff> How about embedded users?  Does static linking still yield a
Jeff> reasonable-sized executable?

> Static linking is probably broken in some ways right now.  I think the
> default boot process wants to load some classes via Class.forName --
> classes which aren't referenced by any other means (and thus not
> linked in).

That's nothing libtool's `-dlopen/-dlpreopen' flags can't help 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]