From: Richard T. <tow...@as...> - 2011-11-28 05:18:25
|
Are you sure that you are running the 32-bit Ubuntu? Can you send the output of: ldd `which bash` (note: these are not quotes '' but backticks ``) On Nov 27, 2011, at 11:00 PM, Guido Moyano Loyola wrote: > Hi Richard, > > thanks for your quick reply. > > I am using the new version of SDK from your webpage. I tried again just copying the makefile_header as you suggested me (and I have all the > addons in .bashrc and .bash_profile), but the error persists (I did a ./clean before ./install): > > root@Terminus:~mesa# ./install > checking if ndiff is installed ... > yes! > > /home/guido/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 > make: `libconst.a' is up to date. > gfortran -fno-range-check -fopenmp -I../../make -I../../public -I../../../include -I/home/guido/mesa/utils/ > mesasdk/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: 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 > > /home/guido/mesa/const/test > FAILED > > > /home/guido/mesa/const > ./build_and_test FAILED > > root@Terminus:~/mesa# > > > > -- > Guido Moyano Loyola, PhD Student > Centre for Astrophysics and Supercomputing > Swinburne University of Technology > Hawthorn, Melbourne, VIC 3122, Australia > Phone: +61392148707 > Office AR 310 > http://astronomy.swin.edu.au/staff/gmoyano.html > > |