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]

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


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