Yes, I know, but I'm using netcdf in Python, so I need the shared libs.
Btw. is it possible to build shared libs for netcdf using static libs of zlib
and hdf5?
On September 27, 2011 08:41:18 AM Ed Hartnett wrote:
> "Andre R. Erler" <aerler@xxxxxxxxxxxxxxxxxxxxxxxxxx> writes:
> > Thanks Erik! I actually have the file.
> > The problem actually only occurs with the Intel compiler and only when
> > building shared libs (which, I beleive, is necessary for HDF-5, but I may
> > be wrong).
> > It's not a big deal because it works fine with GCC, but it would be nice
> > to ba able to take advantage of architecture-specific optimizations on
> > Intel CPUs.
> >
> > - Andre
>
> FYI, it is possible to build only static libraries for zlib, hdf5, and
> netCDF. Just include the --disable-shared option on all three configure
> steps...
>
> Thanks,
> Ed