[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #BJD-156613]: .lib and .dll
- Subject: [netCDF #BJD-156613]: .lib and .dll
- Date: Fri, 30 May 2014 13:22:53 -0600
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