From: James B. <bo...@ll...> - 2004-08-31 20:36:55
|
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 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? Has anyone built on OS X successfully? Thanks for any help. Jim [macjboyle:IBM1/python/pytables-0.8.1] boyle% python setup.py install --hdf5=/Volumes/IBM1/HDF_5-1.6.2-macosx . . .......Many warnings from gcc, but no failures that are apparent in hdf5Extension . . . building 'tables.hdf5Extension' extension gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/hdf5Extension.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/calcoffset.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/arraytypes.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/getfieldfmt.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/utils.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5Zlzo.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5Zucl.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5ARRAY.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5VLARRAY.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5LT.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5TB.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/src/H5TB-opt.o -L/Volumes/IBM1/HDF_5-1.6.2-macosx/lib -lhdf5 -llzo -o build/lib.darwin-7.5.0-Power_Macintosh-2.3/tables/hdf5Extension.so ld: Undefined symbols: _SZ_BufftoBuffCompress _SZ_BufftoBuffDecompress error: command 'gcc' failed with exit status 1 |