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. > > > address@hidden 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
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.