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

20040901: netCDF installation error on Linux



Marty,

>Date: Wed, 1 Sep 2004 14:40:58 -0400
>From: "Monaghan, Martin (Cont, ARL/CISD)" <address@hidden>
>Organization: ARL/CISD
>To: "Steve Emmerson" <address@hidden>
>Subject: RE: 20040901: netCDF installation error on Linux

The above message contained the following:

> Here's the make.log file
> 
> -Marty

I didn't see any problem in your "make.log" file (attached).  It did
appear to terminate prematurely, however: after making "all" in the
"cxx" subdirectory, it should have proceeded to make "all" in the
"fortran" subdirectory -- yet it appears to have exited at that point.

Did your "make.log" file contain the standard-error stream as well as
the standard-output stream?  Were there any error message that appeared
on your monitor that were not included in the "make.log" file that you
sent?

Regards,
Steve Emmerson

make[1]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'

Making `all' in directory /home/army/monaghan/netcdf/netcdf-3.5.1/src/libsrc

make[2]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/libsrc'
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG attr.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG dim.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG error.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG -DVERSION=`cat ../VERSION` 
libvers.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG nc.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG ncio.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG ncx.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG putget.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG string.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG v1hpg.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I.  -DNDEBUG v2i.c
/opt/pgi/linux86/5.2/bin/pgcc -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
make[2]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/libsrc'

Returning to directory /home/army/monaghan/netcdf/netcdf-3.5.1/src

make[1]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'
make[1]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'

Making `all' in directory /home/army/monaghan/netcdf/netcdf-3.5.1/src/ncdump

make[2]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/ncdump'
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc  -DNDEBUG ncdump.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc  -DNDEBUG vardata.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc  -DNDEBUG dumplib.c
/opt/pgi/linux86/5.2/bin/pgcc -o ncdump -O  ncdump.o vardata.o dumplib.o 
../libsrc/libnetcdf.a  
make[2]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/ncdump'

Returning to directory /home/army/monaghan/netcdf/netcdf-3.5.1/src

make[1]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'
make[1]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'

Making `all' in directory /home/army/monaghan/netcdf/netcdf-3.5.1/src/ncgen

make[2]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/ncgen'
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG main.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG load.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG ncgentab.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG escapes.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG getfill.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG init.c
/opt/pgi/linux86/5.2/bin/pgcc -c -O -I../libsrc -I.  -DNDEBUG genlib.c
/opt/pgi/linux86/5.2/bin/pgcc -o ncgen -O  main.o load.o ncgentab.o escapes.o 
getfill.o init.o genlib.o ../libsrc/libnetcdf.a  
make[2]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/ncgen'

Returning to directory /home/army/monaghan/netcdf/netcdf-3.5.1/src

make[1]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'
make[1]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'

Making `all' in directory /home/army/monaghan/netcdf/netcdf-3.5.1/src/cxx

make[2]: Entering directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/cxx'
c++ -c  -I../libsrc -I.  -DNDEBUG netcdf.cpp
c++ -c  -I../libsrc -I.  -DNDEBUG ncvalues.cpp
ar cru libnetcdf_c++.a netcdf.o ncvalues.o
ranlib libnetcdf_c++.a
c++ -c  -I../libsrc -I.  -DNDEBUG nctst.cpp
c++ -o nctst   nctst.o libnetcdf_c++.a -L../libsrc -lnetcdf 
make[2]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src/cxx'
make[1]: Leaving directory `/home/army/monaghan/netcdf/netcdf-3.5.1/src'