[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030929: netcdf installation problem
- Subject: 20030929: netcdf installation problem
- Date: Mon, 29 Sep 2003 09:31:34 -0600
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