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


>>>>> "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.
Also, I recommend you take a look at the libltdl prelinking feature.
I think that's the portable way to do what you want.

Tom


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