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 -- http://mail.python.org/mailman/listinfo/python-list