dlltool on linux
Erik Poupaert
erik.poupaert@chello.be
Tue Mar 4 20:52:00 GMT 2003
Hi Ranjit
In message http://gcc.gnu.org/ml/java/2003-01/msg00013.html you explained
you to export symbols from objects linked into the executable with dlltool
on win32/minGW, by creating a .def-file and then a .exp-file with dlltool.
I'd like to do the same thing on linux now. I'd like to link three objects,
that is, callback.o, swt.o, structs.o into the executable, and export their
symbols so that ltdl may find them and load them. Since dlltool does not
exist on linux, do you know how that goes on linux?
Erik
More information about the Java
mailing list