Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Bunting
Hi Peter, I think the problem is that you did not compile the HDF5 library with C++ support. There is an additional switch when compiling the HDF5 library for this, also make sure you have included support for the zlib library in your HDF5 build. Best wishes, Pete On 13 Apr 2013, at 16:30

Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Wolynec
Hi Pete, Thank you for your email. Just confirming - $ pwd /opt/xerces311/local/lib $ ll total 91964 -rwxr-xr-x. 1 e58839 isunix 22188470 Apr 10 13:19 libxerces-c-3.1.so -rw-r--r--. 1 e58839 isunix 71970260 Apr 10 13:19 libxerces-c.a -rwxr-xr-x. 1 e58839 isunix 1019 Apr 10 13:19 libxerces-c.

Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Bunting
Hi Peter, Can you confirm the contents of the /opt/xerces311/local/lib directory? Run, ls -l /opt/xerces311/local/lib The error you are getting is stating that it can't find the binary interfaces to the functions used within the code, i.e., it can't find the library file. You should have a fi