From: Bill P. <pa...@ki...> - 2010-05-09 16:38:44
|
Hi Jing, I can suggest one thing -- try getting the most recent release of gfortran. You can get binaries here: http://gcc.gnu.org/wiki/GFortranBinaries Good luck! -Bill On May 9, 2010, at 9:34 AM, Jing Luan wrote: > Hello :-) > > I am a new user of mesa, I downloaded mesa and edited the file > makefile_header already. I use gfortran. > > I tried to install mesa and failed. This is how I did it: I go to > the mesa direction, type './install' (without quotes) into the > terminal, click the return button on the keyboard; The below is what > I got in the terminal window: > > checking if ndiff is installed ... > ./install_num_only: line 50: utils/ndiff/bin/ndiff: No such file or > directory > no! running install_ndiff > ndiff installed in utils/ndiff/ > > /Users/jingluan/mesa/const > building const 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 ../public/const_def.f > 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 ../public/const_lib.f > ar crs libconst.a const_def.o const_lib.o > gfortran -fno-range-check -fopenmp -I../../make -I../../public - > I../../../include -fbounds-check -g -c -ffixed-form -ffixed-line- > length-132 ../src/test_const.f > gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst > /usr/bin/ld: warning unknown -macosx_version_min parameter value: > 10.5.8 ignored (using 10.4) > /usr/bin/ld: /usr/lib/libSystem.dylib unknown flags (type) of > section 6 (__TEXT,__literal16) in load command 0 > /usr/bin/ld: /usr/lib/libSystem.B.dylib unknown flags (type) of > section 6 (__TEXT,__literal16) in load command 0 > collect2: ld returned 1 exit status > make: *** [tester] Error 1 > > /Users/jingluan/mesa/const/test/make > FAILED > > > > Would you tell me what to do with it? Any help is highly appreciated ! > > Thanks a lot :-) > > Sincerely > Jing |