This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Swen, >Date: Sun, 6 Jul 2003 22:12:13 +0200 >From: Swen Metzger <address@hidden> >Organization: ? >To: Steve Emmerson <address@hidden> >Subject: Re: 20030630: building netcdf-3.5.1b+ under Mac OS X using Absoft f95 The above message contained the following: > the problem is now solved with the help of Absoft support (see below). > > Regards, Swen That's great! Regards, Steve Emmerson > Begin forwarded message: > > > From: "address@hidden" <address@hidden> > > Date: Thu Jul 3, 2003 6:09:06 PM Europe/Berlin > > To: Swen Metzger <address@hidden> > > Subject: Re: f90/f95 crahses with -Rb -Rc > > Reply-To: address@hidden > > > > There was a problem in cfortran.h, but, I have reconfigured > > install.mac to emulate the g77 > > compiler and everything works as it should. Replace your install.mac > > file with the attached > > version then go through the "source ../install.mac", "make clean", and > > "make" steps again > > and the tests will all pass. You may have to change the paths to f90 > > in install.mac because > > it looks like you have moved the drivers on your system. > > > > ------------- > > Scott Campbell > > Absoft Technical Support > > address@hidden > > http://www.absoft.com/support.html ... > --Apple-Mail-16--241761333 > Content-Disposition: inline; > filename=install.mac > Content-Transfer-Encoding: 7bit > Content-Type: image/mac; > x-unix-mode=0666; > name="install.mac" > > #setenv CC cc > #setenv FC /Applications/Absoft/bin/f95 > #setenv F90 /Applications/Absoft/bin/f90 > #setenv CXX g++ > #setenv CFLAGS -O > #setenv CPPFLAGS "-DpgiFortran" > #setenv FFLAGS -Cpp > #setenv F90FLAGS -Cpp > #setenv CXXFLAGS > > #setenv CPP > #setenv AR > #setenv AS > #setenv LD > #setenv NM > > #setenv ARFLAGS > #setenv NMFLAGS > #setenv FPP > #setenv M4FLAGS > #setenv LIBS > #setenv FLIBS > #setenv FLDFLAGS > > # Preprocessing: > setenv CPP "cc -E -traditional-cpp" > setenv CXX "cc -E -traditional-cpp" > setenv CPPFLAGS "-Df2cFortran" > setenv CXXFLAGS "-Df2cFortran" > > # Compilation: > setenv CC cc > setenv CXX c++ > setenv FC /Applications/Absoft/bin/f95 > setenv F90 /Applications/Absoft/bin/f95 > setenv CFLAGS "-I../config -I > /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys -O > -DAbsoftProFortran" > setenv CFLAGS " " > setenv CXXFLAGS " " > #setenv F90FLAGS "-Yaltivec -O3 -N11 -N113 -M80 -nowdir" > setenv FFLAGS "-O -Yaltivec -YEXT_NAMES=LCS -B108 -YCFRL=1 -YCOM_NAMES=LCS > -YCOM_SFX=_ -YCOM_PFX=_ -lU77" > setenv F90FLAGS "-O -Yaltivec -YEXT_NAMES=LCS -B108 -YCFRL=1 -YCOM_NAMES=LCS > -YCOM_SFX=_ -YCOM_PFX=_ -lU77" > #setenv FFLAGS " " > #setenv FFLAGS "-Yaltivec -O -z 4 -T 1 -t 5 -s -W 132 -N11 -nowdir -YCFRL=1 > -YDEALLOC=ALL -YEXT_SFX='_' -YEXT_NAMES=LCS" > #setenv F90FLAGS "-Yaltivec -O -z 4 -T 1 -t 5 -s -W 132 -N11 -nowdir -YCFRL=1 > -YDEALLOC=ALL -YEXT_SFX='_' -YEXT_NAMES=LCS" > # > #setenv FFLAGS "-Yaltivec -g -z 4 -T 1 -t 5 -s -W 132 -N11 -nowdir -YCFRL=1 > -YDEALLOC=ALL -lU77" > #setenv F90FLAGS "-Yaltivec -g -z 4 -T 1 -t 5 -s -W 132 -N11 -nowdir -YCFRL=1 > -YDEALLOC=ALL -lU77" > > # Misc. Utilities: > setenv AR > setenv ARFLAGS cru > > rm -f config.log config.cache config.status macros.make > ./configure --prefix=/Volumes/Data/Users/metzger/ECHAM/netcdf-3.5.1b > > #rm -f gmake.log > #gmake >&! gmake.log & > > --Apple-Mail-16--241761333 > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; > charset=US-ASCII; > format=flowed > > > > --Apple-Mail-16--241761333--