Layne,
Did you solved your problem? I am experimenting the same exact frustration.
Any ideas?
ulisses.
>
>Hi,
> Can anyone help me with the following:
>I am currently trying to install NETCDF 2.3.2 on an RS/6000 running
>AIX V3.2.5, XL C V1.3 and XL Fortran V2.3.
>
>Following the instructions in INSTALL, I first run configure
>then make all which both run with no problems. When I run
>make test the output is as below:
>
>**********Start of make test output*******************
>making `test' in directory /home/ral/netcdf-232pl2/xdr
>
> cc -c -I/usr/include/rpc -DNDEBUG -D_ALL_SOURCE -O xdrtest.c
>cc -O xdrtest.o -o xdrtest
> ./xdrtest > xdrtest_out.new
>diff xdrtest_out.new testout.sav
>*** XDR passes formatted test ***
>cmp test.xdr test_xdr.sav
>*** XDR passes binary test ***
>
>returning to directory /home/ral/netcdf-232pl2
>
>
>making `test' in directory /home/ral/netcdf-232pl2/libsrc
>
> cc -c -DNDEBUG -D_ALL_SOURCE -O cdftest.c
> ar rcuv libnetcdf.a array.o attr.o cdf.o dim.o file.o iarray.o error.o
>globdef.o putget.o putgetg.o sharray.o string.o var.o xdrposix.o
> ranlib libnetcdf.a
>cc -O cdftest.o libnetcdf.a -o cdftest
> ./cdftest > cdftest_out.new
>ncattget: attribute "TITLE" not found
>Assertion failed: file cdftest.c, line 393
>make: 1254-004 The error code from the last command is 1.
>
>Make Quitting.
>make: 1254-004 The error code from the last command is 1.
>
>Make Quitting.
>
>
>***********End of output*************************