Numeric compiling problem under QNX 4.25

bernhard.voigt at gmail.com bernhard.voigt at gmail.com
Tue Apr 3 07:11:45 EDT 2007


Hi,

unfortunately I don't have a solution. However, if you're not forced
to use Python2.2 and Numeric you should use Numpy (the successor for
both, Numeric and Numarray). Numpy requires Python2.3, though.

Bernhard


On Apr 3, 7:32 am, "ZMY" <zhonghua.m.y... at gmail.com> wrote:
> 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