[Numpy-discussion] Building Numpy: could not read symbols Bad value error

David david at silveregg.co.jp
Sun Jun 20 21:33:58 EDT 2010


On 06/21/2010 06:30 AM, Michael Green wrote:
> On Sun, Jun 20, 2010 at 1:19 AM, Charles R Harris
> <charlesr.harris at gmail.com>  wrote:
>>
>> Have you checked the actual configuration that was used to compile lapack,
>> *not* the command line flags. I never had with success with the automatic
>> builds using the compressed files. Also check the actual installed libraries
>>
>> <snip>
>
> Yeah, the make.inc does have the -fPIC option:
>
> FORTRAN  = gfortran
> OPTS     = -O2 -fPIC
> DRVOPTS  = $(OPTS)
> NOOPT    = -O0 -fPIC
> LOADER   = gfortran
> LOADOPTS =
>
> And of course I see that -fPIC is actually being used:
> ...
> gfortran  -O2 -fPIC -c zsysvx.f -o zsysvx.o
> gfortran  -O2 -fPIC -c zsytf2.f -o zsytf2.o
> gfortran  -O2 -fPIC -c zsytrf.f -o zsytrf.o

Can you check it is actually used for the file which causes the link 
failure (in atlas) ?

David



More information about the NumPy-Discussion mailing list