Hi David, Thanks for your reply. Nope, I didn't build the ATLAS libraries myself and am trying to do that now. However, whenever I try to build the shared libraries using the configure command:
[root@cn130 linux]# ../configure -Fa alg -fPIC --prefix=/gpfs/grace/atlas-3.8.4 it keeps building the static version. The ATLAS documentation stated that I need to provide the above flags to build the dynamic ones but this doesn't seem to work. Any help will be greatly appreciated. Thanks in advance. Regards, Wadud. >-----Original Message----- >From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >boun...@scipy.org] On Behalf Of David Cournapeau >Sent: Tuesday, October 04, 2011 6:40 PM >To: Discussion of Numerical Python >Subject: Re: [Numpy-discussion] build errors > >On Tue, Oct 4, 2011 at 11:54 AM, Miah Wadud Dr (ITCS) <w.m...@uea.ac.uk> wrote: >> Hello numpy users, >> >> I am trying to build numpy 1.6.1 and am having problems. It prints the >following error message: >> >> gcc -pthread -shared build/temp.linux-x86_64- >2.4/numpy/core/blasdot/_dotblas.o -L/usr/lib64/atlas -Lbuild/temp.linux-x86_64- >2.4 -lptf77blas -lptcblas -latlas -o build/lib.linux-x86_64- >2.4/numpy/core/_dotblas.so >> /usr/bin/ld: /usr/lib64/atlas/libptcblas.a(cblas_dptgemm.o): relocation >R_X86_64_32 against `a local symbol' can not be used when making a shared >object; recompile with -fPIC >> /usr/lib64/atlas/libptcblas.a: could not read symbols: Bad value >> collect2: ld returned 1 exit status >> /usr/bin/ld: /usr/lib64/atlas/libptcblas.a(cblas_dptgemm.o): relocation >R_X86_64_32 against `a local symbol' can not be used when making a shared >object; recompile with -fPIC >> /usr/lib64/atlas/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.4/numpy/core/blasdot/_dotblas.o -L/usr/lib64/atlas -Lbuild/temp.linux-x86_64- >2.4 -lptf77blas -lptcblas -latlas -o build/lib.linux-x86_64- >2.4/numpy/core/_dotblas.so" failed with exit status 1 > > >Did you build Atlas by yourself ? If so, it is most likely not usable >for shared libraries (mandatory for any python extension, including >bumpy). You need to configure atlas with the option "-Fa alg -fPIC". > >David >_______________________________________________ >NumPy-Discussion mailing list >NumPy-Discussion@scipy.org >http://mail.scipy.org/mailman/listinfo/numpy-discussion _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion