Numeric compiling problem under QNX 4.25

Robert Kern robert.kern at gmail.com
Tue Apr 3 13:22:50 EDT 2007


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




More information about the Python-list mailing list