This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: dlltool on linux


On Mar  4, 2003, Tom Tromey <tromey at redhat dot com> wrote:

>>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> I'd like to do the same thing on linux now. I'd like to link
Erik> three objects, that is, callback.o, swt.o, structs.o into the
Erik> executable, and export their symbols so that ltdl may find them
Erik> and load them. Since dlltool does not exist on linux, do you
Erik> know how that goes on linux?

> It seems like it should happen automatically.

libtool's -export-dynamic is a portable interface to obtain this
effect.  It's not default on all OSs.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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