| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Stephyn Butcher wrote:
I'm trying to compile a JNI wrapper for a third party library. The source code for the JNI wrapper exists as does a build file but it's for linux. Additionally, the compiled binaries for the actual code exist for OS X.
However, I cannot even begin to figure out how to make this work on OS X. I have the following command:
echo compiling JNI wrapper g++ -O3 -DNDEBUG -feliminate-unused-debug-symbols -fpic -s -shared -o libjsmile.so ../*.cpp -I$JINC -I$JINC/linux -I../cppsmile -L../ cppsmile -lsmilearn -lsmile
and I don't know how to translate it into OS X speak.
I also add "-fmessage-length=0" to format error output the way I like.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.