headers are from 1.8.14 while .so is from an older version
Bug #1418220 reported by
Soumith Chintala
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hdf5 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On Trusty, if you install libhdf5-dev out of the box and do the following:
gcc -E /usr/include/hdf5.h |grep H5P_CLS_
you will see a match.
The version installed is: Version: 1.8.11-5ubuntu7
However, if you see
http://
The symbol H5P_CLS_
The headers being shipped are not corresponding to the .so
Because of this, we are getting linker issues out of the box for some packages built on top of hdf5.
To post a comment you must log in.
The symbol H5P_CLS_ DATASET_ CREATE_ g *is* present into the 1.8.11 release of hdf5. See (around line 60): /svn.hdfgroup. uiuc.edu/ hdf5/tags/ hdf5-1_ 8_11/src/ H5Ppublic. h>
<https:/
Please report the actual linker issues you encounter.
Thanks,
_g.