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: Compiling of GCJ and SWT under MacOS X



2) How do you compile a program natively using the
swt-carbon-xxxx.jnilib's?

You can't. A "jnilib" is not a dynamic library but a "bundle". (Apples dynamic linker weirdness...)

Even if you could, the Apple .jnilib are compiled against the Apple Java SDK jni.h header file which is not the same nor compatible with gcj's. The Apple .jnilib would at least have to be recompiled against gcj's jni.h.


Andi..


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