This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Phil, >Date: Wed, 28 May 1997 08:27:02 -0700 >From: Phil Austin <address@hidden> >Organization: University of British Columbia >To: Steve Emmerson <address@hidden> >Subject: Re: 970527: g77 and netcdf3.3 >Keywords: 199705272220.QAA26782 In the above message, you wrote: > Steve> Please let me know if this helps. > > No problems, thanks. Looks like you can add that hint to > your install file (we find g77 0.5.19 (not 0.5.20) to be > more reliable and faster than f2c--it compiles almost > everything we point it at). > > > make[2]: Entering directory `/homes/datatmp/netcdf-3.3/src/nf_test' > /usr/bin/g77 -o nf_test -O -w test_get.o test_put.o error.o nf_test.o > test_read.o test_write.o util.o fortlib.o -L../libsrc -lnetcdf -lm > ./nf_test -c > ./nf_test > *** Testing nf_strerror ... > *** Testing nf_open ... > *** Testing nf_close ... > *** Testing nf_inq ... > *** Testing nf_inq_dimid ... > *** Testing nf_inq_dim ... > *** Testing nf_inq_dimlen ... > *** Testing nf_inq_dimname ... > *** Testing nf_inq_varid ... > *** Testing nf_inq_var ... > *** Testing nf_inq_natts ... > *** Testing nf_inq_ndims ... > *** Testing nf_inq_nvars ... > *** Testing nf_inq_unlimdim ... > *** Testing nf_inq_vardimid ... > *** Testing nf_inq_varname ... > *** Testing nf_inq_varnatts ... > *** Testing nf_inq_varndims ... > *** Testing nf_inq_vartype ... > *** Testing nf_get_var1_text ... > *** Testing nf_get_var1_int1 ... > *** Testing nf_get_var1_int2 ... > *** Testing nf_get_var1_int ... > *** Testing nf_get_var1_real ... > *** Testing nf_get_var1_double ... > *** Testing nf_get_var_text ... > *** Testing nf_get_var_int1 ... > *** Testing nf_get_var_int2 ... > *** Testing nf_get_var_int ... > *** Testing nf_get_var_real ... > *** Testing nf_get_var_double ... > *** Testing nf_get_vara_text ... > *** Testing nf_get_vara_int1 ... > *** Testing nf_get_vara_int2 ... > *** Testing nf_get_vara_int ... > *** Testing nf_get_vara_real ... > *** Testing nf_get_vara_double ... > *** Testing nf_get_vars_text ... > *** Testing nf_get_vars_int1 ... > *** Testing nf_get_vars_int2 ... > *** Testing nf_get_vars_int ... > *** Testing nf_get_vars_real ... > *** Testing nf_get_vars_double ... > *** Testing nf_get_varm_text ... > *** Testing nf_get_varm_int1 ... > *** Testing nf_get_varm_int2 ... > *** Testing nf_get_varm_int ... > *** Testing nf_get_varm_real ... > *** Testing nf_get_varm_double ... > *** Testing nf_get_att_text ... > *** Testing nf_get_att_int1 ... > *** Testing nf_get_att_int2 ... > *** Testing nf_get_att_int ... > *** Testing nf_get_att_real ... > *** Testing nf_get_att_double ... > *** Testing nf_inq_att ... > *** Testing nf_inq_attname ... > *** Testing nf_inq_attid ... > *** Testing nf_inq_attlen ... > *** Testing nf_inq_atttype ... > *** Testing nf_create ... > *** Testing nf_redef ... > *** Testing nf_enddef ... > *** Testing nf_sync ... > *** Testing nf_abort ... > *** Testing nf_def_dim ... > *** Testing nf_rename_dim ... > *** Testing nf_def_var ... > *** Testing nf_put_var1_text ... > *** Testing nf_put_var1_int1 ... > *** Testing nf_put_var1_int2 ... > *** Testing nf_put_var1_int ... > *** Testing nf_put_var1_real ... > *** Testing nf_put_var1_double ... > *** Testing nf_put_var_text ... > *** Testing nf_put_var_int1 ... > *** Testing nf_put_var_int2 ... > *** Testing nf_put_var_int ... > *** Testing nf_put_var_real ... > *** Testing nf_put_var_double ... > *** Testing nf_put_vara_text ... > *** Testing nf_put_vara_int1 ... > *** Testing nf_put_vara_int2 ... > *** Testing nf_put_vara_int ... > *** Testing nf_put_vara_real ... > *** Testing nf_put_vara_double ... > *** Testing nf_put_vars_text ... > *** Testing nf_put_vars_int1 ... > *** Testing nf_put_vars_int2 ... > *** Testing nf_put_vars_int ... > *** Testing nf_put_vars_real ... > *** Testing nf_put_vars_double ... > *** Testing nf_put_varm_text ... > *** Testing nf_put_varm_int1 ... > *** Testing nf_put_varm_int2 ... > *** Testing nf_put_varm_int ... > *** Testing nf_put_varm_real ... > *** Testing nf_put_varm_double ... > *** Testing nf_rename_var ... > *** Testing nf_put_att_text ... > *** Testing nf_put_att_int1 ... > *** Testing nf_put_att_int2 ... > *** Testing nf_put_att_int ... > *** Testing nf_put_att_real ... > *** Testing nf_put_att_double ... > *** Testing nf_copy_att ... > *** Testing nf_rename_att ... > *** Testing nf_del_att ... > *** Testing nf_set_fill ... > Total number of failures: 0 > *** Success *** > make[2]: Leaving directory `/homes/datatmp/netcdf-3.3/src/nf_test' > Great! We're constructing a Web page of foreign environments on which the netCDF-3 package has been successfully built. I'll add yours to it. What did you use for CFLAGS, FFLAGS, and CXXFLAGS? -------- Steve Emmerson <address@hidden>