Re: [sage-devel] SAGE_FORTRAN_LIB

2010-01-04 Thread Peter Jeremy
On 2010-Jan-03 22:52:46 +, "Dr. David Kirkby" wrote: >SAGE_FORTRAN_LIB=/path/to/fortran/libs/sparcv9/libgfortran.so >(SPARC ) > >SAGE_FORTRAN_LIB=/path/to/fortran/libs/amd64/libgfortran.so >(Solaris x86/x64) These paths seem likely. You also need to ensure that you install the 64-bit versio

Re: [sage-devel] SAGE_FORTRAN_LIB

2010-01-03 Thread Dr. David Kirkby
Alex Ghitza wrote: > On Sun, 03 Jan 2010 23:37:37 +, "Dr. David Kirkby" > wrote: >> I do not know anything about ArchLinux. But is your 64-bit machine capable >> of >> making 32-bit executables? The point is on Solaris, there would be two >> versions >> of the library, as one can make bot

Re: [sage-devel] SAGE_FORTRAN_LIB

2010-01-03 Thread Alex Ghitza
On Sun, 03 Jan 2010 23:37:37 +, "Dr. David Kirkby" wrote: > I do not know anything about ArchLinux. But is your 64-bit machine capable of > making 32-bit executables? The point is on Solaris, there would be two > versions > of the library, as one can make both 32 and 64-bit binaries on the

Re: [sage-devel] SAGE_FORTRAN_LIB

2010-01-03 Thread Dr. David Kirkby
Alex Ghitza wrote: > This is not the case in Archlinux. I have a 32-bit machine and a 64-bit > machine, and for both of them the fortran library is at > > /usr/lib/libgfortran.so I do not know anything about ArchLinux. But is your 64-bit machine capable of making 32-bit executables? The point

Re: [sage-devel] SAGE_FORTRAN_LIB

2010-01-03 Thread Alex Ghitza
On Sun, 03 Jan 2010 22:52:46 +, "Dr. David Kirkby" wrote: > I note in a recent update to the top level README.txt, Minh has better > documented what SAGE_FORTRAN does - it is not as obvious as one might think. > > I believe there is something else missing, though I'm only 99% sure of this.

[sage-devel] SAGE_FORTRAN_LIB

2010-01-03 Thread Dr. David Kirkby
I note in a recent update to the top level README.txt, Minh has better documented what SAGE_FORTRAN does - it is not as obvious as one might think. I believe there is something else missing, though I'm only 99% sure of this. The example shows: export SAGE_FORTRAN=/exact/path/to/gfortran export