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


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to