bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] libgslcblas.a with -fPIC ?


From: Antonio Miguel
Subject: [Bug-gsl] libgslcblas.a with -fPIC ?
Date: Mon, 26 May 2008 12:20:34 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080502)

Hi,
This is the first time I post anything to a gnu list, but I have one problem when linking libgslcblas.a in a 64 bit machine in static mode.

After checking the makefile for libgslcblas.a it seems to me that it is created with objects not compiled with the -fPIC flag, which are in the .libs directory.

it is executing:
ar cru .libs/libgslcblas.a  sasum.o saxpy.o scasum.o ...


instead of
ar cru .libs/libgslcblas.a  .libs/sasum.o .libs/saxpy.o .libs/scasum.o ...

(this is correctly done for the libgsl.a )


Thank you in advance,
Antonio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]