This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dlltool on linux
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>, "Ranjit Mathew" <rmathew at hotmail dot com>
- Date: 04 Mar 2003 14:42:37 -0700
- Subject: Re: dlltool on linux
- References: <POEIJGMGPFPGFHAGKFHAAENECFAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "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