This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem compiling DLL
It was me who failed to link with the proper libraries, but it's working now.
I have a different issue now though, and I'm not sure how to solve it,
if it can be solved.
First, I can link against the DLL version of libgcj, but I need to use
-findirect-dispatch, otherwise it won't find the main class. Should I
really have to use this switch?
Also, using a second DLL doesn't work as it won't find the classes.
Shouldn't it be possible to use several DLLs? or is this broken?
Daniel