Hi David, Since you say "dll" I'm going to assume you are on Windows. Thread-safety is not supported in static builds of HDF5 on Windows. The reason for this is that, unlike with Pthreads, we have to use the dll hooks to set up and tear down thread-local storage when Win32 threads are used. With no dll, there are no hooks.
Cheers, Dana Robinson Software Engineer The HDF Group From: Hdf-forum [mailto:[email protected]] On Behalf Of David Sent: Wednesday, November 4, 2015 3:49 PM To: HDF Users Discussion List <[email protected]> Subject: [Hdf-forum] Building Static Thread Safe Libs Is there any way to build a the static libs with thread safety turned on? I'm only using hdf5 in one binary so I'd rather not have to include an additional dll in my distribution. Thanks, David
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
