Skip to content

Instantly share code, notes, and snippets.

@bertomartin
Created April 13, 2014 04:34
Show Gist options
  • Save bertomartin/10569319 to your computer and use it in GitHub Desktop.
Save bertomartin/10569319 to your computer and use it in GitHub Desktop.
PATH="/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/sfw/bin:/usr/sfw/bin:/usr/ccs/bin"
CC="cc -xc99"
CPPFLAGS="-I/opt/csw/include -I/usr/local/include"
CFLAGS="-O -xlibmieee"
F77=f95
FFLAGS=-O
CXX="$CC -library=stlport4"
CXXFLAGS=-O
FC=f95
FCFLAGS=$FFLAGS
FCLIBS="-lfai -lfsu"
LDFLAGS="-L/opt/csw/lib -L/usr/local/lib -L/opt/csw/gcc4/lib"
R_LD_LIBRARY_PATH="/usr/local/lib:/opt/csw/gcc4/lib:/opt/csw/lib"
export PATH CC CPPFLAGS CFLAGS F77 FFLAGS CXX CXXFLAGS FC FCFLAGS FCLIBS LDFLAGS R_LD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment