From: Francesc A. <fa...@py...> - 2004-09-01 20:09:44
|
A Dimarts 31 Agost 2004 22:36, James Boyle va escriure: > I have attempted to build pytables 0.8.1 on OS X. > I am running OS X 10.3.5, using the OS X python (2.3), HDF5 1.6.2, gcc > 3.3, numarray 1.0 That seems fine to me... > Some details are below, in short I get unresolved references: > > _SZ_BufftoBuffCompress > _SZ_BufftoBuffDecompress > > at the final linkstep .. > Can anyone tell me where these references should be found? Mmmm, no idea. They seems like compressor routines (SZIP?). Maybe have you downloaded a binary version of HDF5 library (that might depend on SZIP compressor) and you failed to install SZIP? Right now PyTables does not use SZIP at all. If the problem is this, try compiling HDF5 by yourself without SZIP support. That *should* work. Cheers, -- Francesc Alted |