I'll echo Andrea's question. It appears that you have a local install of 
gfortran:
make[3]: Leaving directory 
`/home/amar/sage-5.3/spkg/build/lapack-20071123.p2/src/INSTALL'
./testlsame: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testlsame)
./testslamch: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testslamch)
./testdlamch: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testdlamch)
./testsecond: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testsecond)
./testdsecnd: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testdsecnd)
./testversion: /home/amar/lingo13/bin/linux32/libgfortran.so.3: version 
`GFORTRAN_1.4' not found (required by ./testversion)

It appears that you have compiled with one version of gfortran but when 
you try to run an executable it looks for the wrong version of libgfortran
so you probably have  /home/amar/lingo13/bin/linux32/ in LD_LIBRARY_PATH
when it shouldn't be there.

Francois

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to