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]

Problem compiling DLL


Hi,
I tried to compile a shared library, a DLL, using GCJ on mingw.

Shouldn't the following line work?
gcj -shared -o test.dll somefile.jar

It keeps complaining about "undefined reference to `_WinMain@16'"

Any ideas?

Thanks,
Daniel


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