Installing Open64

Compiling

Switch to the Open64 directory and execute the following command:

gmake all -f Make.native


If you want to build a debugable version of Open64, please use the following command:

gmake all BUILD_OPTIMIZE=DEBUG -f Make.native