Hi Tim, * Tim Rice wrote on Mon, Feb 11, 2008 at 06:23:59AM CET: > > CVS HEAD pulled Fri Feb 8 17:52:22 PST 2008 > Solaris 10 w/ SunStudio 11 > > I'm seeing failures in 64 bit mode I don't see in 32 bit mode with > compiler options that woked for me in both 32 & 64 on branch-1.5. > testsuite.log-64.gz attached.
Please try again, with making the f95 compiler generate 64bit code: FCFLAGS="-xtarget=ultra -xarch=v9" assuming those are the right options. $FFLAGS is for $F77, $FCFLAGS is for $FC, and needed in this case. (Libtool currently doesn't support having two different-language compilers do different ABIs.) Thanks, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool