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
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 (
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
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
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
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.
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
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
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
[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.
--
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
11 matches
Mail list logo