Hi all,

I have been trying to build numpy 1.0.3 on my SGI/IRIX64 box (64-bit
version) with no luck.  I'm using Python 2.4.4.

I've tried setting CC to both the default "cc" compiler (which 
I built python with), and "gcc", with no luck.  I tried c89 and c99,
still with no luck. I get errors like:

cc -64 _configtest.o -L/usr/local/lib -L/usr/lib -o _configtest
ld64: FATAL   12 : Expecting n64 objects: /usr/lib/crt1.o is o32.
ld64: FATAL   12 : Expecting n64 objects: /usr/lib/crt1.o is o32.
failure.
removing: _configtest.c _configtest.o

I've tried building other versions of numpy over the last couple of
years and have never been successful. I've actually been using Numeric
on that machine, and using numpy everywhere else.

Has anybody been successful with this, and if so, what compile
options did you use?

Thanks,

--Mary
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to