[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 980219: netcdf-3.3: parameters not in identifier list



Jim,

>Date: Fri, 20 Feb 1998 11:36:51 -0600 
>From: address@hidden (Jim Hines (awdnsun) 472-6708)
>Organization: . 
>To: address@hidden
>Subject: Re: 980219: netcdf-3.3: parameters not in identifier list 
>Keywords: 199802191738.KAA02626

In the above message, you wrote:

> I get about the same stuff both ways I do it.
> 
> -------------------------------
> configure.log
> 
> /data/programs/netcdf/netcdf-3.3.1/src> more configure.log
> creating cache ./config.cache
> checking for m4... m4
> checking user-defined C compiler "/opt/SUNWspro/bin/cc -Xa"
> checking C compiler... works
> checking how to make dependencies... cc -xM
> checking for CC... CC
> checking C++ compiler "CC"... works
> checking how to run the C preprocessor... /opt/SUNWspro/bin/cc -Xa -E
> checking for f77... f77
> checking for FORTRAN .F compiler... 
> checking if FORTRAN compiler handles *.F files... yes
> checking for C-equivalent to FORTRAN routine "SUB"... sub_
> checking for FORTRAN "byte"... yes
> checking for FORTRAN "integer*2"... yes
> checking if FORTRAN "byte" is C "signed char"... yes
> checking if FORTRAN "byte" is C "short"... no
> checking if FORTRAN "byte" is C "int"... no
> checking if FORTRAN "integer*2" is C "short"... yes
> checking if FORTRAN "integer*2" is C "int"... no
> checking if FORTRAN "integer" is C "int"... yes
> checking if FORTRAN "real" is C "float"... yes
> checking if FORTRAN "doubleprecision" is C "double"... yes
> checking for FORTRAN-equivalent to netCDF "byte"... byte
> checking for FORTRAN-equivalent to netCDF "short"... integer*2
> checking for math library
> checking for -lc... no
> checking for -lm... yes
> checking for ar... ar
> checking for ranlib... ranlib
> checking for stdlib.h... yes
> checking for sys/types.h... yes
> checking for strerror... yes
> checking for ftruncate... yes
> checking for st_blksize in struct stat... yes
> checking whether cross-compiling... no
> checking for IEEE floating point format... yes
> checking for ANSI C header files... yes
> checking for size_t... yes
> checking for off_t... yes
> checking for ssize_t... yes
> checking for ptrdiff_t... yes
> checking for uchar... no
> checking whether char is unsigned... no
> checking whether byte ordering is bigendian... yes
> checking size of short... 2
> checking size of int... 4
> checking size of long... 4
> checking size of float... 4
> checking size of double... 8
> checking size of off_t... 4
> checking size of size_t... 4
> checking for catman... catman
> checking for manual-page index command... catman -w -M $(MANDIR)
> checking binary distribution directory... /home/ftp/pub/binary/dummy_system
> updating cache ./config.cache
> creating ./config.status
> creating macros.make
> udcreating fortran/nfconfig.inc
> creating libsrc/ncconfig.h
> /data/programs/netcdf/netcdf-3.3.1/src> 
> 
> ---------------------------------------
> standard output from the make
> 
> /data/programs/netcdf/netcdf-3.3.1/src> more make.log
> 
> Making `all' in directory /data/programs/netcdf/netcdf-3.3.1/src/libsrc
> 
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG attr.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG dim.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG error.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG -DVERSION=`cat ../VERSION` 
> libvers.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG nc.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG ncio.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG ncx.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG putget.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG string.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG v1hpg.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG v2i.c
> /opt/SUNWspro/bin/cc -Xa -c -O -I.  -DNDEBUG var.c
> ar cru libnetcdf.a attr.o  dim.o  error.o  libvers.o  nc.o  ncio.o  ncx.o  
> putget.o  string.o  v1hpg.o  v2i.o  var.o
> ranlib libnetcdf.a
> 
> Returning to directory /data/programs/netcdf/netcdf-3.3.1/src
> 
> 
> Making `all' in directory /data/programs/netcdf/netcdf-3.3.1/src/fortran
> 
> /opt/SUNWspro/bin/cc -Xa -c -O -I../libsrc  -DNDEBUG fort-attio.c
> *** Error code 1
> *** Error code 1
> *** Error code 1
> /data/programs/netcdf/netcdf-3.3.1/src> 
> 
> -------------------------------------
> stardard error from the make
> /data/programs/netcdf/netcdf-3.3.1/src> make > make.log
> "fort-attio.c", line 13: parameter not in identifier list: fncid
> "fort-attio.c", line 13: parameter not in identifier list: fvarid
> "fort-attio.c", line 20: parameter not in identifier list: fncid
> "fort-attio.c", line 20: parameter not in identifier list: fvarid
> "fort-attio.c", line 28: parameter not in identifier list: fncid
> "fort-attio.c", line 28: parameter not in identifier list: fvarid
> "fort-attio.c", line 43: parameter not in identifier list: fncid
> "fort-attio.c", line 43: parameter not in identifier list: fvarid
> "fort-attio.c", line 58: parameter not in identifier list: fncid
> "fort-attio.c", line 58: parameter not in identifier list: fvarid
> "fort-attio.c", line 70: parameter not in identifier list: fncid
> "fort-attio.c", line 70: parameter not in identifier list: fvarid
> "fort-attio.c", line 81: parameter not in identifier list: fncid
> "fort-attio.c", line 81: parameter not in identifier list: fvarid
> "fort-attio.c", line 88: parameter not in identifier list: fncid
> "fort-attio.c", line 88: parameter not in identifier list: fvarid
> "fort-attio.c", line 99: parameter not in identifier list: fncid
> "fort-attio.c", line 99: parameter not in identifier list: fvarid
> "fort-attio.c", line 111: parameter not in identifier list: fncid
> "fort-attio.c", line 111: parameter not in identifier list: fvarid
> "fort-attio.c", line 119: parameter not in identifier list: fncid
> "fort-attio.c", line 119: parameter not in identifier list: fvarid
> "fort-attio.c", line 126: parameter not in identifier list: fncid
> "fort-attio.c", line 126: parameter not in identifier list: fvarid
> cc: acomp failed for fort-attio.c
> make: Fatal error: Command failed for target `fort-attio.o'
> Current working directory /data/programs/netcdf/netcdf-3.3.1/src/fortran
> make: Fatal error: Command failed for target `subdir_target'
> Current working directory /data/programs/netcdf/netcdf-3.3.1/src
> make: Fatal error: Command failed for target `fortran/all'

This shouldn't happen and I can't duplicate the problem here.

Is there any chance that I could log onto your system in order to
uncover the problem?

--------
Steve Emmerson   <http://www.unidata.ucar.edu>