From: Matt C. <mco...@ph...> - 2012-01-15 01:59:13
|
Hi MESA users, I have been having problems installing MESA on 64-bit Ubuntu, both when I compile it using mesasdk and without. Any help would be greatly appreciated. With mesasdk I get the following: checking if ndiff is installed ... yes! /home/mcoleman/mesa/const building const package. make: `libconst.a' is up to date. make: `libconst.a' is up to date. gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status make: *** [tester] Error 1 ------------------------------------------------------------------------------------------ Compiling directly (without mesasdk) I get to module 'num' then it fails with the following output: /home/mcoleman/mesa/num building num package. gfortran -fno-range-check -fopenmp -I../public -I../private -I../../include -Wunused-value -Werror -W -fimplicit-none -O2 -c -ffixed-form -ffixed-line-length-132 ../private/mod_root.f ../private/mod_root.f:38.132: 1 Fatal Error: Wrong module version '7' (expected '6') for file 'const_def.mod' opened at (1) make: *** [mod_root.o] Error 1 /home/mcoleman/mesa/num/make FAILED Thanks, -- - Matt |