Re: [Numpy-discussion] Compile with atlas 3.7.17 fails

2006-10-12 Thread Hanno Klemm
Travis, thank you, setting the -fPIC option indeed solved my problem. Just for future reference (if anybody else needs it), I added the -fPIC flag to the compiler flags in Make.inc in the atlas build directory, as setting CCFLAGS somehwo didn't seem to be successful. This might not be elegant bu

Re: [Numpy-discussion] Compile with atlas 3.7.17 fails

2006-10-11 Thread Travis Oliphant
Hanno Klemm wrote: >Hi, > >I don't know if this is a bug or just me doing something wrong (I >suspect the latter). I try to compile numpy-1.0rc1 with python2.5 and >atlas 3.7.17. > >I have build the atlas library myself, it doesn't give any errors >under make test or make pttest, so it seems to b

[Numpy-discussion] Compile with atlas 3.7.17 fails

2006-10-11 Thread Hanno Klemm
Hi, I don't know if this is a bug or just me doing something wrong (I suspect the latter). I try to compile numpy-1.0rc1 with python2.5 and atlas 3.7.17. I have build the atlas library myself, it doesn't give any errors under make test or make pttest, so it seems to be okay. if I try to build n