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
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
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
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
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.
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