Re: Numeric compiling problem under QNX 4.25

2007-04-04 Thread Robert Kern
ZMY wrote: > I finally figured out how to install Numeric Python on QNX4. To my > understanding of a QNX programmer's lecture, the problem of QNX4 is > that it doesn't support dynamic linking, so the linker can't link the > new compiled object files with existing python binary. The new module > mus

Re: Numeric compiling problem under QNX 4.25

2007-04-04 Thread ZMY
On Apr 3, 2:52 pm, Robert Kern <[EMAIL PROTECTED]> wrote: > ZMY wrote: > > On Apr 3, 10:51 am, Robert Kern <[EMAIL PROTECTED]> wrote: > >> ZMY wrote: > >>> Is "ld" part of make command? I am not familiar with compiling with > >>> make in general. > >> No, it's the linker. I takes the object files (

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread Robert Kern
ZMY wrote: > On Apr 3, 10:51 am, Robert Kern <[EMAIL PROTECTED]> wrote: >> ZMY wrote: >>> Is "ld" part of make command? I am not familiar with compiling with >>> make in general. >> No, it's the linker. I takes the object files (.o) which are generated by the >> compiler (cc, I imagine) and links t

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread ZMY
On Apr 3, 1:33 pm, "ZMY" <[EMAIL PROTECTED]> wrote: > On Apr 3, 10:51 am, Robert Kern <[EMAIL PROTECTED]> wrote: > > > > >ZMYwrote: > > > Is "ld" part of make command? I am not familiar with compiling with > > > make in general. > > > No, it's the linker. I takes the object files (.o) which are gen

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread ZMY
On Apr 3, 10:51 am, Robert Kern <[EMAIL PROTECTED]> wrote: > ZMY wrote: > > Is "ld" part of make command? I am not familiar with compiling with > > make in general. > > No, it's the linker. I takes the object files (.o) which are generated by the > compiler (cc, I imagine) and links them together i

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread John Nagle
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. If you're new to QNX, why are you running QNX 4? That's for legacy systems only. Move up to QNX 6, which has been out for ten years now.

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread Robert Kern
ZMY wrote: > Is "ld" part of make command? I am not familiar with compiling with > make in general. No, it's the linker. I takes the object files (.o) which are generated by the compiler (cc, I imagine) and links them together into the shared library (.so). make is a program that can automate bui

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread ZMY
On Apr 3, 10:22 am, Robert Kern <[EMAIL PROTECTED]> 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 > > Passwo

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread Robert Kern
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

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread Robert Kern
[EMAIL PROTECTED] wrote: > 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. He's already asked about numpy. He is stuck with 2.2. --

Re: Numeric compiling problem under QNX 4.25

2007-04-03 Thread [EMAIL PROTECTED]
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" <[EMAIL PROTECTED]> wrote: > Dear all, > > I am a real n