Hello

I have the most recent clang compiler from clang.llvm.org installed.
My gsl version is 1.12
I was wandering if anybody got gsl compiled with it.

I tried with 
./configure CC=clang CPP="clang -E" CFLAGS="-O4" LD="llvm-ld" AR=llvm-ar 
RANLIB=llvm-ranlib NM=llvm-nm MC=llvmc PROF=llvm-prof AS=llvm-as
make
But I got linker errors.
I also tried it with CFLAGS="-O2"

Can somebody tell me what I am doing wrong?


Toralf Niebuhr
_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to