Hello Larry,

Am 06.12.2012 um 00:58 schrieb Larry Knox:

> ldd libhdf5.so.7 will show paths to system libraries but not to HDF5
> libraries, because libhdf5 does not link to any HDF5 libraries.  For
> libhdf5_cpp and libhdf5_hl, ldd generally  shows paths to the installed
> libhdf5. 

I know the problem with the rpath, so in my case the hl and cpp subfiles are
build with an absolut path on my system eg /home/myuser/hdf....

So I need for a special case that the rpath is relative, because I read the 
hdf5.so
manually and on this the hl and cpp so file are relative to the hdf5.so. So the 
rpath
should be set to "./". How can I change the rpath on building hdf? Can I set 
only the
LDFLAGS and the configure script overwrites the default rpath option?

I would like to use this:

/mydir
        hdf5.so
        hdf5_cpp.so
        hdf5_hl.so

and I load the hdf5.so manually


Thanks

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

Reply via email to