From: Markus R. <mro...@ma...> - 2006-10-19 21:55:47
|
Hi! I try to compile numpy rc3 on Panther and get following errors. (I start build with "python2.3 setup.py build" to be sure to use the python shipped with OS X. I din't manage to compile Python2.5 either yet with similar errors) Does anynbody has an Idea? gcc-3.3 XCode 1.5 November gcc updater is installed regards Markus python2.3 setup.py build ... compile options: '-Ibuild/src.darwin-7.9.0-Power_Macintosh-2.3/numpy/core/src -Inumpy/core/include -Ibuild/src.darwin-7.9.0-Power_Macintosh-2.3/numpy/core -Inumpy/core/src -Inumpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3 -c' gcc: numpy/core/src/multiarraymodule.c In file included from numpy/core/src/arrayobject.c:511, from numpy/core/src/multiarraymodule.c:63: numpy/core/src/arraytypes.inc.src: In function `LONGDOUBLE_scan': numpy/core/src/arraytypes.inc.src:883: warning: long double format, npy_longdouble arg (arg 3) gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.9.0-Power_Macintosh-2.3/numpy/core/src/ multiarraymodule.o -o build/lib.darwin-7.9.0-Power_Macintosh-2.3/numpy/core/multiarray.so ld: Undefined symbols: _fstatvfs referenced from Python expected to be defined in libSystem _lchown referenced from Python expected to be defined in libSystem _statvfs referenced from Python expected to be defined in libSystem ld: Undefined symbols: _fstatvfs referenced from Python expected to be defined in libSystem _lchown referenced from Python expected to be defined in libSystem _statvfs referenced from Python expected to be defined in libSystem error: Command "gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.9.0-Power_Macintosh-2.3/numpy/core/src/ multiarraymodule.o -o build/lib.darwin-7.9.0-Power_Macintosh-2.3/numpy/core/multiarray.so" failed with exit status 1 |