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.
Mary, That's got it! Now just execute the command "make install". If it doesn't complete due to insufficient privileges, then become the superuser and execute it again. Regards, Steve Emmerson ------- Original Message Date: Tue, 25 Jan 2005 10:50:06 -0700 From: Mary Haley <address@hidden>To: Steve Emmerson <address@hidden .edu> cc: address@hidden Subject: Re: 20050125: problems building netcdf-perl on IRIX 6.5 Okay, I think we have it! Below is the test.log output. Can you tell me if it looks good? Thanks again, --Mary make[1]: Entering directory `/fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src' making `test' in directory /fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src/perl make[2]: Entering directory `/fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src/per l ' cp NetCDF.pm blib/lib/NetCDF.pm AutoSplitting blib/lib/NetCDF.pm (blib/lib/auto/NetCDF) PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Creating netCDF file...........................ok Setting fill mode..............................ok Defining fixed dimensions......................ok Defining fixed variables.......................ok Writing global attribute.......................ok Writing variable attributes....................ok Defining record dimension......................ok Defining record variables......................ok Ending definition..............................ok Writing fixed variable values..................ok Synchronizing netCDF I/O.......................ok Writing record values..........................ok Closing netCDF file............................ok Opening netCDF file for reading................ok Inquiring about netCDF file....................ok Checking global attribute name.................ok Checking global attribute value................ok Getting second dimension ID....................ok Checking second dimension information..........ok Checking fixed variable ID.....................ok Checking fixed variable information............ok Checking last value of first record variable...ok Reading fixed variable values..................ok Reading fixed variable attributes..............ok Checking typelen().............................ok Checking number of record variables............ok Checking variable IDs..........................ok Checking variable sizes........................ok Reading values of record variables.............ok Closing netCDF file............................ok make[2]: Leaving directory `/fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src/perl ' returning to directory /fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src make[1]: Leaving directory `/fis/scd/home/ncargd/src/netcdf-perl-1.2.3/src' ------- End of Original Message