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 $ > > # The purpose of this file is to contain common make(1) macros. > # It should be processed by every execution of that utility. > > > # POSIX shell. Shouldn't be necessary -- but is under IRIX 5.3. > SHELL = /bin/sh > > > # Installation Directories: > SRCDIR = /usr/local/netcdf-3.5.0/src > prefix = /usr/local/netcdf-3.5.0 > exec_prefix = $(prefix) > INCDIR = $(exec_prefix)/include > LIBDIR = $(exec_prefix)/lib > BINDIR = $(exec_prefix)/bin > MANDIR = $(prefix)/man > > > # Preprocessing: > M4 = m4 > M4FLAGS = -B10000 > CPP = /usr/bin/gcc -E > CPPFLAGS = $(INCLUDES) $(DEFINES) -DNDEBUG > FPP = /usr/bin/gcc -E > FPPFLAGS = > CXXCPPFLAGS = $(CPPFLAGS) > > # Compilation: > CC = /usr/bin/gcc > CXX = > FC = > F90 = > CFLAGS = -o > CXXFLAGS = -o > FFLAGS = > F90FLAGS = > NETCDF.MOD = > CC_MAKEDEPEND = false > COMPILE.c = $(CC) -c $(CFLAGS) $(CPPFLAGS) > COMPILE.cxx = $(CXX) -c $(CXXFLAGS) $(CXXCPPFLAGS) > COMPILE.f = $(FC) -c $(FFLAGS) > COMPILE.F90 = $(F90) -c $(F90FLAGS) > # The following command isn't available on some systems; therefore, the > # `.F.o' rule is relatively complicated. > COMPILE.F = I don't see anything odd in the above. Let's see why the thinks there's a problem with sys_errlist. Would you please go into the "libsrc/" directory and execute the command make error.i and then send me the file "error.i". Searching it for "sys_errlist" might show something. Regards, Steve Emmerson