David Kirkby wrote: > The following gives a rough idea of what works on Open Solaris on a > Sun Ultra 27. ( I say 'rough' as some packages I modified, and some > may not be working as they should). > > Hardware: Sun Ultra 27, 12 GB RAM, quad core 3.333 GHz Xeon, Nvidia > Quadro FX 3800 > Software: Open Solaris 06/2009. Based on snv_111b. > > Open Solaris is the host here - it is *not* running in VirtualBox > > GCC configured as follows: > > drkir...@hawk:~/sage-4.3.1.alpha0$ gcc -v > Using built-in specs. > Target: i386-pc-solaris2.11 > Configured with: ./configure --with-build-time-tools=/usr/ccs/bin > --with-gmp=/usr/local --with-mpfr=/usr/local > Thread model: posix > gcc version 4.4.2 (GCC) > > $ export SAGE_PORT=foobar > $ export SAGE64=yes > $ export CFLAGS=-m64 > $ export CXXFLAGS=-m64 > $export FCFLAGS=-m64 > $export SAGE_FORTRAN_LIB=/usr/local/lib/amd64/libgfortran.so > $ export SAGE_FORTRAN=/usr/local/bin/gfortran > $ make -k >
Where did you get the 64 bit libgfortran.so? j...@opensolaris:~/Downloads/sage-4.3$ gfortran -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ../gcc-4.3.2/configure --prefix=/usr --program-suffix=-4.3.2 --infodir=/usr/share/info --mandir=/usr/share/man --libexecdir=/usr/lib --enable-shared --disable-static --disable-libtool-lock --target= --enable-objc-gc --enable-concept-checks --disable-libada --enable-libssp --enable-languages=c,c++,objc,fortran --enable-threads=posix --enable-tls=yes --with-system-zlib --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-gnu-as --with-as=/usr/sfw/bin/gas --with-gmp-include=/usr/include/gmp --with-gmp-lib=/usr/lib --with-mpfr-include=/usr/include/mpfr --with-mpfr-lib=/usr/lib --enable-c99 --enable-nls --enable-wchar_t --enable-libstdcxx-allocator=mt --with-pic Thread model: posix gcc version 4.3.2 (GCC) Ok, found /usr/lib/gcc/i386-pc-solaris2.11/4.3.2/amd64/libgfortran.so Is this the right one? I'll try a make -n and report back Jaap -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org