On 17 May 2012 16:57, Rob McMahon <robmcmaho...@gmail.com> wrote: > Answering my own question: it's this line from > spkg/build/prereq-1.0/configure{,.ac} > > if test "x`file $SAGE_FORTRAN_LIB | grep 32-bit | grep \"dynamic lib\" `" > = 'x' > > Having set my path up to get GNU make, it was also picking up a different > version of `file' which says "shared object" instead of "dynamic lib". > Moving on ... > > Rob
I guess we could change the call to "file" to /usr/bin/file. I suspect the "file" command will be in /usr/bin on any platform. But with the gcc package now part of Sage, I think using the Solaris -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org