NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

Re: [netcdfgroup] nc-config --libs output -- should it include hdf5 libs if netcdf-4 enabled



On 2011-09-07 17:50, David William Pierce wrote:
An additional --static-libs flag would handle the problem more
transparently and convey accurately what the build system is doing.


I guess the nc-config borrows it's idea from pkg-config. pkg-config uses
  --libs                     output all linker flags (shared)
  --static                   output linker flags for static linking

Heiko