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.
Dirk, [Russ asked me to reply to you.] > Date: Mon, 15 Mar 1999 11:40:51 +0100 > From: Dirk_Heizenreder <address@hidden> > To: Russ Rew <address@hidden> (Non Receipt Notification Requested) (IPM > Return Requested) > Subject: Re: 19990218: netcdf_onIRIX6.5 In the above message, you wrote: ... > I did the following steps (in src) and ended with errors in src/cxx. > The Output of make test is attatched at the end of the mail. > > 1. Execute the command "make distclean". > > 2. Remove the file "config.cache" if it exists. > > 3. Set the following env in my profile > > CC=/bin/c89;export CC # MIPSpro Compilers: Version 7.2.1.1m > CPPFLAGS= > CFLAGS=-g; export CFLAGS > FC=/bin/f90; export FC # MIPSpro Compilers: Version 7.2.1.1m > FFLAGS=-g;export FFLAGS > CXX=/bin/CC; export CXX > > 4.Error message > Making `all' in directory /usr2/people/vmeahei/netcdf/src/cxx > > c++ -c -O -I../libsrc -DNDEBUG netcdf.cc Somethings wrong. The compilation line above uses the "c++" compiler -- yet you said you set the CXX environment variable to "/bin/CC". Could it be that you didn't reexecute the configure script (step 4 in Russ's previous response)? It that's the case, then please retry by following steps 2 through 9 near the end of the INSTALL file (use the above settings for step 5). Please let me know if this helps. -------- Steve Emmerson <http://www.unidata.ucar.edu>