Note for MacOs X
----------------
FisPro uses a JNI library, to be loaded by the Java Virtual  Machine at execution time. 
To build the library, from the fispro root directory, follow these steps:

cd cpp
make -f makefile.MacOsX

This builds a dylib library named libjnifis.jnilib, which can be  loaded by the JVM, and C++ binaries, in the bin subdirectory of the fispro root directory.

then edit the shell script template fispro provided in the bin subdirectory, so that the FISPRO variable points to the fispro root directory, and run fispro from any terminal.

FisPro has been successfully built on MacOs10.6 (Snow Leopard), using the gcc compiler 4.2.1.

For more details, visit the web page:
----------------------------------------------------------------------- --------------------------------------
http://developer.apple.com/documentation/Java/Conceptual/Java131Development/overview/chapter_2_section_5.html 
