15.05.2014 19:37, Werner Benger пишет:
Hi Andrei,

was hdf5_EXPORTS defined when compiling HDF5?

You could check the hdf5.dll if its appropriately defined for export:

$ nm hdf5.dll | grep H5T_NATIVE_DOUBLE
000000006b60ac80 B H5T_NATIVE_DOUBLE_ALIGN_g
000000006b60abf8 B H5T_NATIVE_DOUBLE_COMP_ALIGN_g
000000006b57d6c4 D H5T_NATIVE_DOUBLE_g
000000006b60ad60 B H5T_NATIVE_DOUBLE_NEG_INF_g
000000006b60ad58 B H5T_NATIVE_DOUBLE_POS_INF_g

For official 1.8.12 w32 shared binary, I get

>nm hdf5.dll | grep H5T_NATIVE_DOUBLE
C:\MinGW\bin\nm.exe: hdf5.dll: no symbols

However, Dependency Walker does list H5T_NATIVE_DOUBLE_g among exported symbols of hdf5.dll.

I wish that my minimal example can be compiled and run only with minimal work (single gcc invocation, no need for cmake etc). Is it possible?

Best wishes,
Andrey Paramonov


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Reply via email to