Re: [Numpy-discussion] Compiling numpy with 64 bits support under Solaris

2007-09-14 Thread David Cournapeau
Langella Raphael wrote: > Hi, > I'm trying to compile numpy with 64 bits support under > Sparc/Solaris 8. I've already compiled Python 2.5.1 with 64 > bits. I've set up my environnement with : > > export CC="gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1" > export CXX="g++ -mcpu=v9 -m64 -D_LARGEFILE64

[Numpy-discussion] Compiling numpy with 64 bits support under Solaris

2007-09-14 Thread Langella Raphael
Hi, I'm trying to compile numpy with 64 bits support under Sparc/Solaris 8. I've already compiled Python 2.5.1 with 64 bits. I've set up my environnement with : export CC="gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1" export CXX="g++ -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1" export LDFLAGS='-mcpu=v9 -