Numeric compiling problem under QNX 4.25

ZMY zhonghua.m.yang at gmail.com
Tue Apr 3 13:40:49 EDT 2007


On Apr 3, 10:22 am, Robert Kern <robert.k... at gmail.com> wrote:
> ZMY 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
>
> It looks like it can't find the command ld. Can you compile any other extension
> modules?
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless enigma
>  that is made terrible by our own mad attempt to interpret it as though it had
>  an underlying truth."
>   -- Umberto Eco

Is "ld" part of make command? I am not familiar with compiling with
make in general.

Most other extensions (including math, os, struct, cPickle) from
Python 2.2 works when I install python on QNX.

Thanks a lot to all of you.

-ZMY




More information about the Python-list mailing list