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.
Hello Pedro, > Full Name: Pedro Rodrigues > Email Address: address@hidden > Organization: FCTUC > Package Version: > Operating System: > Hardware: > Description of problem: > > Can I run netCDF without building .dll library and only a static > library? How can I disable .dll build in configuration file to build > without it? > I assume you are building on Windows. If you are using CMake, you would specify the option '-DBUILD_SHARED_LIBS=OFF'. If you are using the 'configure' script, you would pass the options '--disable-shared --enable-static'. I hope this helps, -Ward > Ticket Details =================== Ticket ID: BJD-156613 Department: Support netCDF Priority: Normal Status: Closed