From: Josiah S. <jws...@be...> - 2013-07-19 15:40:32
|
> gfortran -fno-range-check -fopenmp -I../public -I../private > -I../../include -Wunused-value -Werror -W -Wno-compare-reals > -Wno-unused-parameter -fimplicit-none -O2 -c -ffixed-form > -ffixed-line-length-132 -x f77-cpp-input ../public/const_def.f > cc1: error: unrecognized command line option "-Wno-compare-reals" > make: *** [const_def.o] Error 1 > > Any clues as to what might be wrong? What's the output of gfortran --version? I'm guessing you forgot to initialize the SDK and so its trying to use the (older) system version of gfortran. Did you execute mesasdk_init.sh in the shell you're trying to build in? Also, when reporting problems, take a look at http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#Troubleshooting which suggests some other diagnostics for you to include. Best, Josiah |