Numeric compiling problem under QNX 4.25
ZMY
zhonghua.m.yang at gmail.com
Tue Apr 3 01:32:04 EDT 2007
Dear all,
I am a real newbie for both python and QNX, but I am still trying to
compile Numeric-24.2 under QNX4.25 with python 2.2. I got following
error message:
$ sudo python setup.py install
Password:
running install
...
building '_numpy' extension
skipping Src/_numpymodule.c (build/temp.qnx-O-PCI-2.2/_numpymodule.o
up-to-date)
skipping Src/arrayobject.c (build/temp.qnx-O-PCI-2.2/arrayobject.o up-
to-date)
skipping Src/ufuncobject.c (build/temp.qnx-O-PCI-2.2/ufuncobject.o up-
to-date)
ld build/temp.qnx-O-PCI-2.2/_numpymodule.o build/temp.qnx-O-PCI-2.2/
arrayobject.o build/temp.qnx-O-PCI-2.2/ufuncobject.o -o build/lib.qnx-
O-PCI-2.2/_numpy.so
unable to execute ld: No such file or directory
error: command 'ld' failed with exit status 1
I looked at directory /build/temp.qnx-O-PCI-2.2/ and found following
object files:
_numpymodule.o, arrayobject.o, ufuncobject.o
So it looks that ld got all files before linking them - or is it??
Thanks a lot for any suggestions,
- ZMY
More information about the Python-list
mailing list