[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20001219: netcdf for HP-UX 11.00 fortran90
- Subject: 20001219: netcdf for HP-UX 11.00 fortran90
- Date: Tue, 19 Dec 2000 10:27:24 -0700
Thomas,
>Date: Tue, 19 Dec 2000 17:48:09 +0100 (MET)
>From: address@hidden
>Organization: ?
>To: address@hidden
>Subject: Re: 20001219: netcdf for fortran90
>Keywords: 200012131527.eBDFRDo07431
The above message contained the following:
> Making `all' in directory /tmp/netcdf/netcdf-3.5-beta6/src/libsrc
>
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> attr.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> dim.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> error.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> -DVERSION=`cat ../VERSION` libvers.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> nc.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> ncio.c
> /opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0
> ncx.c
> cpp: "ncx.c", line 1119: error 4062: "ix_float implementation"
> cpp: "ncx.c", line 1542: error 4062: "ix_double implementation"
> cpp: "ncx.c", line 1707: error 4062: "x_size_t implementation"
> cpp: "ncx.c", line 1747: error 4062: "x_off_t implementation"
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> --41c6_167e-2781_446b-794b_15fb--
That's it? No indication as to WHY the indicated lines caused an
error? This is NOT GOOD.
What happens if you go into the "libsrc/" subdirectory and manually
execute the following command:
/opt/ansic/bin/cc -c -O -Aa -Ae -I. -DNDEBUG -D_HPUX_SOURCE -w +DA2.0 ncx.c
Does the same output result?
What happens if you execute the following command instead?
/bin/c89 -c -O -I. -DNDEBUG -D_HPUX_SOURCE -w ncx.c
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>