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: input line is too long


On Thu, 2 Jan 2003, Ranjit Mathew wrote:
> Unlike MSVC, the MinGW GCC/binutils toolchain does not export
> functions from an EXE, even if you explicitly add
> "__declspec(dllexport)" (which is what JNICALL is defined as on
> Win32) to the function definition.

I'm wondering if it would be easier to use JNIRegisterNatives and avoid
the whole libltdl mess, at least when compliling to a single image (.exe)
without any dependence on external libraries.

Jeff



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