help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking Octave with HDF5


From: David Bateman
Subject: Re: Linking Octave with HDF5
Date: Thu, 10 Nov 2005 16:45:43 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

Lester Wade wrote:

Thanks for your responses. Looking at the config.log it looks like this could be the problem;

configure:7871: checking for H5Pcreate in -lhdf5
configure:7901: gcc -o conftest -g -O2 -I/usr/local/hdf/include -L/usr/local/hdf conftest.c -lhdf5 -lz -lm >&5 /usr/bin/ld: warning: libsz.so.2, needed by /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../libhdf5.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../libhdf5.so: undefined reference to `SZ_encoder_enabled' /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../libhdf5.so: undefined reference to `SZ_BufftoBuffCompress' /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../libhdf5.so: undefined reference to `SZ_BufftoBuffDecompress'
collect2: ld returned 1 exit status
configure:7907: $? = 1
configure: failed program was:
| /* confdefs.h.  */

Is this common?  anyhow, I'll track down libsz.so.2.

Kind Regards,

Lester Wade


SZ is a compression library. You can find the source on the hdf5 website

http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/

though given the above error message it appears that that fedora x86_64 hdf5 rpm has a broken dependency on szip... I'm sure a urpmi with the right package name for szip will fix the issue...

D.

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]