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.
Great news! Enjoy netCDF! Sean > Hello, > > This time it does work!! Thanks very much! > > > All the best, > Xiuquan Wang > > > > > address@hidden> wrote: > > > Can you do a `make distclean` again, but this time before running the > > configure script, try setting the following environmental variable: > > > > export LD_LIBRARY_PATH=/usr/local/gcc-4.6.1/lib > > > > (this assumes you are using bash - if you are using a c shell, like tcsh, > > then you will need to use setenv). > > > > Then try running the configure script and see how that goes. > > > > Cheers! > > > > Sean > > > > > Hello, > > > > > > I try to configure like this: > > > > > > make distclean > > > > > > CPPFLAGS=-I/usr/local/gcc-4.6.1/include > > LDFLAGS=-L/usr/local/gcc-4.6.1/lib > > > ./configure --prefix=/usr/local/netcdf --disable-netcdf-4 > > > > > > Then I try to build it and there are still some errors in config.log (see > > > attached file) > > > > > > Thanks. > > > > > > > > > All the best, > > > Xiuquan Wang > > > > > > > > > > > > > > > address@hidden> wrote: > > > > > > > Greetings! > > > > > > > > Let's try this. First, go to your build directory and do: > > > > > > > > make distclean > > > > > > > > Then, run configure like so: > > > > > > > > CPPFLAGS=-I/usr/local/gcc-4.6.1/include > > LDFLAGS=/usr/local/gcc-4.6.1/lib > > > > ./configure ...<whatever options you used> > > > > > > > > (that's a capital i before /usr in the CPPFLAGS, not a lower case L). > > > > > > > > Then try to build and see what happens. > > > > > > > > Let me know how it goes! > > > > > > > > Sean > > > > > > > > > Hi, > > > > > > > > > > I can find libquadmath library locating in > > "/usr/local/gcc-4.6.1/lib", > > > > so > > > > > how can I specify this path for NetCDF installation? > > > > > > > > > > > > > > > All the best, > > > > > Xiuquan Wang > > > > > > > > > > > > > > > > > > > > > > > > > address@hidden> wrote: > > > > > > > > > > > Greetings! > > > > > > > > > > > > The issue is that libquadmath cannot be found on your system - it > > may > > > > be > > > > > > there, but it does not appear to be in your standard library path. > > Can > > > > you > > > > > > search your system for libquadmath? If you can't find it, then you > > will > > > > need > > > > > > to install it. From what I can tell, libquadmath is installed as > > part > > > > of the > > > > > > standard gcc package, so a lack of libquadmath on your system may > > > > indicate a > > > > > > problem with the gcc install. > > > > > > > > > > > > Please let me know what you find (or don't find), > > > > > > > > > > > > Sean > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > I attached the log file and output file with this email, please > > check > > > > > > them. > > > > > > > > > > > > > > Thanks very much. > > > > > > > > > > > > > > > > > > > > > All the best, > > > > > > > Xiuquan Wang > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > address@hidden> wrote: > > > > > > > > > > > > > > > Greetings! > > > > > > > > > > > > > > > > Would you mind sending your config.log, as well as the full > > output > > > > from > > > > > > > > make (you may do something like this to get the output in a > > text > > > > file): > > > > > > > > > > > > > > > > make >& make.out > > > > > > > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > Sean > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I want to install NetCDF on my computer with OpenSUSE 11.4 > > and > > > > GNU > > > > > > > > > compilers, I met some errors as follows: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include > > -g > > > > -O2 > > > > > > -g > > > > > > > > -O2 > > > > > > > > > -MT fort-attio.lo -MD -MP -MF .deps/fort-attio.Tpo -c > > > > fort-attio.c > > > > > > -fPIC > > > > > > > > > -DPIC -o .libs/fort-attio.o > > > > > > > > > In file included from fort-attio.c:8:0: > > > > > > > > > ncfortran.h:24:42: fatal error: NF_INT_IS_C_... not defined: > > No > > > > such > > > > > > file > > > > > > > > or > > > > > > > > > directory > > > > > > > > > compilation terminated. > > > > > > > > > make[2]: *** [fort-attio.lo] Error 1 > > > > > > > > > make[2]: Leaving directory > > > > `/home/wrf/Downloads/netcdf-4.1.3/fortran' > > > > > > > > > make[1]: *** [check] Error 2 > > > > > > > > > make[1]: Leaving directory > > > > `/home/wrf/Downloads/netcdf-4.1.3/fortran' > > > > > > > > > make: *** [check-recursive] Error 1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > Could you please help me to fix it? Thanks very much. > > > > > > > > > > > > > > > > > > > > > > > > > > > All the best, > > > > > > > > > Xiuquan Wang > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ticket Details > > > > > > > > =================== > > > > > > > > Ticket ID: LFV-328894 > > > > > > > > Department: Support netCDF > > > > > > > > Priority: Normal > > > > > > > > Status: Open > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ticket Details > > > > > > =================== > > > > > > Ticket ID: LFV-328894 > > > > > > Department: Support netCDF > > > > > > Priority: Normal > > > > > > Status: Open > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ticket Details > > > > =================== > > > > Ticket ID: LFV-328894 > > > > Department: Support netCDF > > > > Priority: Normal > > > > Status: Open > > > > > > > > > > > > > > > > > > > > Ticket Details > > =================== > > Ticket ID: LFV-328894 > > Department: Support netCDF > > Priority: Normal > > Status: Open > > > > > > Ticket Details =================== Ticket ID: LFV-328894 Department: Support netCDF Priority: Normal Status: Open