[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20030912: 64 bit netcdf install problem on Sun Solaris 5.8



Ufuk,

> To: <address@hidden>
> From: "Ufuk Utku Turuncoglu" <address@hidden>
> Subject: 64 bit netcdf install problem
> Organization: Istanbul Technical University

The above message contained the following:

> I am using "SunOS space 5.8 Generic_108528-21 sun4u sparc =
> SUNW,Sun-Fire-15000" system and i want to compile netcdf package ( =
> 3.5.1-beta13 ) as 64 bit. Sun Forte Developer tool has been installed in =
> to system. I try to install netcdf but it gives me error in make test =
> stage. I use the fallowing environment variables,
> 
> FFLAGS=3D-w -xarch=3Dv9b
> F90FLAGS=3D-xarch=3Dv9b
> CFLAGS=3D-xarch=3Dv9b
> FC=3Df90
> CC=3Dc89
> CXX=3DCC
> CXXFLAGS=3D-xarch=3Dv9b
> 
> There is already netcdf library in system but it is 32 bit version. =
> Could you please help me ?

I just successfully built and tested version 3.5.1-beta13 of the netCDF
package using the environment variables settings given in the example
for SunOS 5.8 in the file INSTALL.html:

    CC=/opt/SUNWspro/bin/c89
    CFLAGS='-xarch=v9'          # 64-bit SPARC binary
    FC=/opt/SUNWspro/bin/f90
    FFLAGS='-w -xarch=v9'
    CXX=/opt/SUNWspro/bin/CC
    CXXFLAGS='-xarch=v9'

Please retry with the above settings.  Do a "make distclean" first.  If
you encounter a problem, please following the instructions near the end
of the file INSTALL.html in the section titled "Reporting Problems".

> best regards,
> 
> Ufuk Utku Turuncoglu   =20
> Eurasia Institute of Earth Sciences
> Istanbul Technical University
> Turkey

Regards,
Steve Emmerson