This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
dlltool on linux
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>,"Ranjit Mathew" <rmathew at hotmail dot com>
- Date: Tue, 4 Mar 2003 21:50:40 +0100
- Subject: dlltool on linux
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