Hi Barry, > Attached log RH6. I suspect this warning that occurred numerous times in your log file when linking with gfortran may be indicating a problem that later results in the SIGABRT signals you are seeing: /usr/local/gcc-4.8/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld: warning: libcurl.so.4, needed by /usr/local/gfortran/lib/libnetcdf.so, may conflict with libcurl.so.3 Is the shared library /usr/local/gfortran/lib/libnetcdf.so where you intended the netCDF C library to be installed, that you're linking the netCDF Fortran library against? If so, it was apparently built with access to a later curl library, with a different API than the curl library that is available on the platform on which you are trying to build and test the netCDF Fortran library. This could happen if you just copied the netCDF C library, libnetcdf.so, from a different platform to install it, instead of building from source and invoking "make install". You might be able to fix the problem by reinstalling the netCDF C library from source, then building the netCDF Fortran library as described here: http://www.unidata.ucar.edu/netcdf/docs/netcdf-fortran-install.html Alternatively, it may work to update your curl library, providing libcurl.so.4 before building the netCDF Fortran library. --Russ > -- > > Barry McInnes > 325 Broadway > Boulder CO 80304 > (303)4976231 > address@hidden > > > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: ZOK-830083 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.