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.
Ankush, > I have added "-DgFortran" to the CPPFLAGS in environment variable . After > make distclean, configure and make check some different error is coming > this time. Please see the attached log files config.log, MKCHECK.log and > MKINSTALL.LOG . My gcc and gfortran versions are given below. > > > gcc --version > gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3) > Copyright (C) 2010 Free Software Foundation, Inc. > > > [root@chandra addllib]# gfortran --version > GNU Fortran (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3) > Copyright (C) 2010 Free Software Foundation, Inc. The problems you're seeing now are in testing the remote access of the OPeNDAP client library. The 4.1.1 version you're building is fairly old (April 2010), and uses a test server that's no longer available. Also, there might be some other network problem, such as firewall settings, interfering with remote tests. If you add the configure option "--disable-dap-remote-tests" and rebuild, it will not attempt the remote DAP tests and should complete successfully. If you really need client access with the DAP protocol, I'd advise getting a more recent version, preferably 4.2.1.1 or at least 4.1.3. If you don't need DAP client access, you could also build without it by just using the configure option "--disable-dap". --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: JZT-833075 Department: Support netCDF Priority: Normal Status: Closed