Since building a configure script which allows one to attempt to build Sage with Sun Studio, I discovered that linbox thinks GMP is not installed, even though it appears to be.
This is http://sagetrac.org/sage_trac/ticket/7026 and is very similar to http://sagetrac.org/sage_trac/ticket/7025 which occurs with givaro 3.2.13rc2 I don't like the line below which says "Default path = /usr /usr/local" could that be the problem? This is with Sun Studio 12.1 on a SPARC running Solaris 10 update 7. All these files exist spkg/installed/mpir-1.2.p4 local/include/gmp.h local/include/gmpxx.h local/lib/libgmp.la local/lib/libgmp.so local/lib/libgmp.so.3 local/lib/libgmp.so.3.4.4 local/lib/libgmpxx.la local/lib/libgmpxx.so local/lib/libgmpxx.so.3 local/lib/libgmpxx.so.3.1.4 Default path = /usr /usr/local checking whether to compile the drivers... no checking for GMP >= 3.1.1... ******************************************************************************* ERROR: GMP not found! GMP version 3.1.1 or greater with --enable-cxx is required for this library to compile. Please make sure GMP is installed and specify its location with the option --with-gmp=<prefix> when running configure. ******************************************************************************* Error configuring linbox real 0m29.178s user 0m7.691s sys 0m12.302s --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---