Created
May 24, 2012 13:42
-
-
Save OpenGamma-Blog/2781613 to your computer and use it in GitHub Desktop.
JNI Example 2 - OpenGamma
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc -cpp -O3 -fPIC -o <lib name>.so -shared -Wl,-soname,<lib name>.so -I . -I ${JAVAROOT}/include/ -I ${JAVAROOT}/include/linux/ <file name>.c -l<BLAS lib name> -l<LAPACK lib name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment