I am compiling with gcc-4.3, my previous build of 3.0rc0 worked fine
(no gfortran installed in the system). However, for my build of 3.0rc1
I tried to install using gfortran-4.3 (from debian/testing).

I followed instructions in README.txt, and set:

export CC=gcc-4.3
export CXX=g++-4.3
export SAGE_FORTRAN=/usr/bin/gfortran-4.3
export SAGE_FORTRAN_LIB=/usr/lib/libgfortran.so.3

However, I get a "ld: cannot find -lgfortran" while building atlas-3.8.1.p1.

What is the correct syntax for "SAGE_FORTRAN_LIB"?

Actually: the install.log doesn't show any trace of using
"gfortran-4.3" as a binary. NOTE: I do *not* have "gfortran" package
installed in my system, so the log is full of "checking for
gfortran... no". But I think gfortran should work fine as long as it
is called by "gfortran-4.3".

Gonzalo

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to