Hello Dennis,

thanks for the report.

* Dennis Clarke wrote on Sat, Jan 23, 2010 at 08:15:45PM CET:
> 
> Test phase fails on the latest Solaris Nevada snv_130 with Sun Studio 12
> update 1 compiler tools and the following environment options :
> 
> $ uname -a
> SunOS ganymede 5.11 snv_130 i86pc i386 i86pc
> $ cat /etc/release
>                   Solaris Express Community Edition snv_130 X86
>            Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
>                         Use is subject to license terms.
>                            Assembled 14 December 2009
> $
> $ env | sort
> CC=/opt/SUNWspro/bin/cc
> CFLAGS=-m64 -xarch=sse2 -erroff=%all -nofstore -Qy -Xa -xmodel=medium
> -Kpic -xs -D_TS_ERRNO

The log indicates that the failures are purely due to 32 vs. 64 bit
objects.  If you set FFLAGS and FCFLAGS such that the Fortran compilers
produce 64 bit code as well, the failures should go away.

I'm not sure how the Autoconf testsuite could detect this automatically
and skip the testing in that case; it's probably safer to leave this
error in and require users to adjust flags.

Cheers,
Ralf


Reply via email to