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.
Florence, >Date: Mon, 29 Sep 2003 09:01:41 +0200 >From: "Florence Troude" <address@hidden> >Organization: COPARLY >To: "'Steve Emmerson'" <address@hidden> >Subject: RE: 20030926: netcdf installation problem The above message contained the following: > Here is the macros.make file > Bests, > Florence > __________________________________________________________ > # $Id: macros.make.in,v 1.32 2001/03/13 17:41:33 steve Exp $ ... > # Compilation: > CC = /usr/bin/gcc > CXX = > FC = > F90 = > CFLAGS = -o > CXXFLAGS = -o I made a mistake. The above does contain a problem. The option "-o" in the CFLAGS and CXXFLAGS macros will cause severe problems during compilation. It is likely that the environment variables CFLAGS and CXXFLAGS contained the string "-o" when the configure script was executed. Did you want the "-O" option instead? Please try the following: 1. Go to the top-level source directory of the netCDF package. 2. Perform steps 3 through 5, which are described near the end of the file INSTALL.html. 3. Ensure that the environment variables CFLAGS and CXXFLAGS do NOT contain the string "-o". 4. Perform steps 6 through 9, which are described near the end of the file INSTALL.html. Please let me know if this helps. Regards, Steve Emmerson