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.
Dear Juan Heras, >Date: Mon, 15 Jul 1996 12:39:59 +0100 >From: Juan Jose Ruiz Heras <address@hidden> >Organization: Instituto Andaluz de Ciencias de la Tierra, Granada, Spain >To: address@hidden >Subject: questions about installing netCDF >Keywords: 199607110736.AA22766 In the above message you wrote: > I am Trini Morales, of Instituto Andaluz de Ciencias de la > Tierra. I received your message last Saturday. I want to give yoy > thanks for it. I am sorry, because I don't speak english well. Mejor que mi Espanol, yo creo. > I intented to do that you indicated me, but I couldn't resolve > my problem. I changed the $PATH variable and added it the next: > /opt/gnu/bin/gcc (it's the subdirectory where gcc is). Too, I executed > the commands indicated in the CUSTOMIZE file. But I didn't install the > netCDF library. > > Now, I show you the results when I executed the 'configure' script: > > creating cache ./config.cache > checking for catman... catman > checking for fill-value usage... new usage > checking the installation prefix... /home/gmt/netcdf-2.4.2 > checking the installation exec-prefix... /home/gmt/netcdf-2.4.2 > checking for cc... no > checking for gcc... no The last two line above show that the `configure' script did not find a C. This means that it will not be able to compile anything. This must be fixed. Would you please send me the following: 1. The pathname of the C compiler (/opt/gnu/bin/gcc?). 2. The output from executing the command `env'. 3. The file CUSTOMIZE. I suspect that your environment variable PATH is bad. Is there someone there who knows about UNIX who can help you set it to the correct value? -------- Steve Emmerson <address@hidden>