Re: [Numpy-discussion] Numpy Installation Problem on Redhat Linux

2012-07-06 Thread Hung-Hsuan Chen
-fPIC > /home/hxc249/lib/atlas/lib/libptcblas.a: could not read symbols: Bad value > collect2: ld returned 1 exit status > error: Command "gcc -pthread -shared > build/temp.linux-x86_64-2.6/numpy/core/blasdot/_dotblas.o > -L/home/hxc249/lib/atlas/lib -L/usr/lib64 -Lbuild/temp.linux

Re: [Numpy-discussion] Numpy Installation Problem on Redhat Linux

2012-07-06 Thread Hung-Hsuan Chen
Link is a great suggestion! I was hesitating about whether or not to paste such a long output. The site.cfg file is shown in the following link. https://gist.github.com/3059209 The output message for $ python setup.py build --fcompiler=gnu95 can be found at the URL. https://gist.github.com/30593

Re: [Numpy-discussion] Numpy Installation Problem on Redhat Linux

2012-07-06 Thread Hung-Hsuan Chen
...) > > Paul > > On 6. juli 2012, at 03:00, Hung-Hsuan Chen wrote: > >> Dear all, >> >> I've built blas, lapack, and atlas libraries, as shown below. >> >> $ ls ~/lib/atlas/lib/ >> libatlas.a libcblas.a libf77blas.a liblapack.a libptcblas

[Numpy-discussion] Numpy Installation Problem on Redhat Linux

2012-07-05 Thread Hung-Hsuan Chen
Dear all, I've built blas, lapack, and atlas libraries, as shown below. $ ls ~/lib/atlas/lib/ libatlas.a libcblas.a libf77blas.a liblapack.a libptcblas.a libptf77blas.a The library location are specified by site.cfg file, as shown below. [DEFAULT] library_dirs = /home/username/lib/atlas/li