Re: JNI trouble

2008-06-09 Thread Andrew Farmer
On 09 Jun 08, at 23:15, brien colwell wrote: hi all, I'm having some trouble compiling a JNI lib on Osx. I get the following "Undefined synbols" errors ... does anyone have a pointer? Very much appreciated! void *a_pointer = 0x90A4BCED; No, but seriously... cc -bundle -I/System/Library/F

JNI trouble

2008-06-09 Thread brien colwell
hi all, I'm having some trouble compiling a JNI lib on Osx. I get the following "Undefined synbols" errors ... does anyone have a pointer? Very much appreciated! Brien cc -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers -o libName.jnilib -framework JavaVM JNITabletjnilib.m Unde