NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

problems CDF

        I am trying to install CDF in a HPworkstation 720 with 
operative system hpux_8.05. After 'make all' I obtain the following
error list. I shall be very gratefull if you could help me to solve
the problems.
        Thank you.


Making `all' in /hawaii/netcdf/xdr
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo .; \
                    else echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c xdrtest.c
Making `all' in /hawaii/netcdf/src
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c array.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c attr.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c cdf.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c dim.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c file.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c iarray.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c error.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c globdef.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c putget.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c sharray.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c string.c
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c var.c
        ar ruv libnetcdf.a array.o attr.o cdf.o dim.o file.o iarray.o error.o  
globdef.o putget.o sharray.o string.o var.o   || (rm -f libnetcdf.a && ar rcv 
libnetcdf.a array.o attr.o cdf.o dim.o file.o iarray.o error.o  globdef.o 
putget.o sharray.o string.o var
a - array.o
a - attr.o
a - cdf.o
a - dim.o
a - file.o
a - iarray.o
a - error.o
a - globdef.o
a - putget.o
a - sharray.o
a - string.o
a - var.o
        touch libnetcdf.a
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive -c cdftest.c
        xdrobjs=`if [ -z "/usr/include/rpc" ]; then echo ../xdr/xdr.o \
                        ../xdr/xdrfloat.o ../xdr/xdrstdio.o \
                        ../xdr/xdrarray.o; else echo ""; fi`; \
        /bin/cc -I`if [ -z "/usr/include/rpc" ]; then echo ../xdr; else \
                    echo /usr/include/rpc; fi`  -Aa -O -D_HPUX_SOURCE 
-Wl,-a,archive cdftest.o array.o attr.o cdf.o dim.o file.o iarray.o error.o  
globdef.o putget.o sharray.o string.o var.o ${xdrobjs-} `case hpux_8.05 in 
unicos*) echo -lrpc;; esac`  -o cdftest
Making `all' in /hawaii/netcdf/ncgen
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c main.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c generate.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c load.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c ncgentab.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c escapes.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c getfill.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c init.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c close.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c derror.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c emalloc.c
        /bin/cc -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -o ncgen main.o generate.o 
load.o ncgentab.o escapes.o  getfill.o init.o close.o derror.o  emalloc.o 
-L../src -lnetcdf -L/usr/local/nsetCDF/lib -lnetcdf `case hpux_8.05 in unicos*) 
echo -lrpc;; esac` 
Making `all' in /hawaii/netcdf/ncdump
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c ncdump.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c vardata.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c lput.c
        /bin/cc -I../src -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c error.c
        /bin/cc -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -o ncdump ncdump.o 
vardata.o lput.o error.o -L../src -lnetcdf -L/usr/local/nsetCDF/lib -lnetcdf 
`case hpux_8.05 in unicos*) echo -lrpc;; esac` 
Making `all' in /hawaii/netcdf/nctest
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c varget.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c varput.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c vardef.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c vartests.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c vputget.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c driver.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c cdftests.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c dimtests.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c atttests.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c misctest.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c add.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c error.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c emalloc.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c val.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive -c slabs.c
        /bin/cc -I../src  -Aa -O -D_HPUX_SOURCE -Wl,-a,archive varget.o 
varput.o vardef.o vartests.o vputget.o driver.o  cdftests.o dimtests.o 
atttests.o misctest.o  add.o error.o emalloc.o val.o slabs.o -L../src -lnetcdf 
-L/usr/local/nsetCDF/lib -lnetcdf `case 
Making `test' in /hawaii/netcdf/xdr
*** XDR passes formatted test ***
*** XDR passes binary test ***
Making `test' in /hawaii/netcdf/ncgen
*** Termination code 138
Making `test' in /hawaii/netcdf/ncdump
*** Termination code 138
Making `test' in /hawaii/netcdf/nctest
        ./nctest
--- Testing nccreate ...
--- Testing ncopen ...
*** test_ncopen: ncendef failed after ncattput
--- Testing ncredef ...
*** test_ncredef: ncopen failed
--- Testing ncendef ...
*** test_ncendef: ncopen failed
--- Testing ncclose ...
*** test_ncclose: ncopen failed
--- Testing ncinquire ...
*** test_ncinquire: ncopen failed
--- Testing ncsync ...
*** test_ncsync: ncopen in NC_WRITE mode failed
--- Testing ncabort ...
*** test_ncabort: ncopen failed
--- Testing ncdimdef ...
*** test_ncdimdef: ncopen failed
--- Testing ncdimid ...
*** test_ncdimid: ncopen failed
--- Testing ncdiminq ...
*** test_ncdiminq: ncopen failed
--- Testing ncdimrename ...
*** test_ncdimrename: ncopen failed
--- Testing ncvardef ...
*** test_ncvardef: ncopen failed
--- Testing ncvarid ...
*** test_ncvarid: ncopen failed
--- Testing ncvarinq ...
*** test_ncvarinq: ncopen failed
--- Testing ncvarput1 ...
*** test_ncvarput1: ncopen failed
--- Testing ncvarget1 ...
*** test_ncvarget1: ncopen failed
--- Testing ncvarput ...
*** test_ncvarput: ncopen failed
--- Testing ncvarget ...
*** test_ncvarget: ncopen failed
--- Testing ncvarrename ...
*** test_ncvarrename: ncopen failed
--- Testing ncattput ...
*** test_ncattput: ncopen failed
--- Testing ncattinq ...
*** test_ncattinq: ncopen failed
--- Testing ncattget ...
*** test_ncattget: ncopen failed
--- Testing ncattcopy ...
*** test_ncattcopy: ncopen failed
--- Testing ncattname ...
*** test_ncattname: ncopen failed
--- Testing ncattrename ...
*** test_ncattrename: ncopen failed
--- Testing ncattdel ...
*** test_ncattdel: ncopen failed
--- Testing nctypelen ...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




  • 1992 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: