From: Guido M. L. <gui...@gm...> - 2011-11-28 05:28:59
|
root@Terminus:~# ldd `which bash` linux-gate.so.1 => (0xb78dc000) libncurses.so.5 => /lib/libncurses.so.5 (0xb78a7000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb78a2000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7725000) libtinfo.so.5 => /lib/libtinfo.so.5 (0xb7706000) /lib/ld-linux.so.2 (0xb78dd000) I am sure that I am using a 32-bit Ubuntu, but just in case I looked: root@Terminus:~# file /sbin/init /sbin/init: ELF 32-bit LSB shared objec, Intel 80386, version 1 (SYSV, dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped Cheers On 28 November 2011 16:18, Richard Townsend <tow...@as...> wrote: > 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 > > > > > > -- 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 |