Hello everyone
I am trying to install something but I can't... After 'configure', which ends with no problem but where I get this:
checking for sqrt in -lm... no
checking for main in -lgslcblas... no
checking for main in -lgsl... no
I am trying to to 'make' but I end up with this error:
gcc -g -Wall -static -o multipht multipht.o multimatch.o multiweight.o multiwrite.o multisort.o multiclean.o
ld: library not found for -lcrt0.o
collect2: ld returned 1 exit status
make: *** [multipht] Error 1
I think that the problem is the flags because when I tried to install the same thing in Ubuntu at the configuration I took
checking for sqrt in -lm... yes
checking for main in -lgslcblas... yes
checking for main in -lgsl... yes
and everything went well.
Please help
Thanks
I am trying to install something but I can't... After 'configure', which ends with no problem but where I get this:
checking for sqrt in -lm... no
checking for main in -lgslcblas... no
checking for main in -lgsl... no
I am trying to to 'make' but I end up with this error:
gcc -g -Wall -static -o multipht multipht.o multimatch.o multiweight.o multiwrite.o multisort.o multiclean.o
ld: library not found for -lcrt0.o
collect2: ld returned 1 exit status
make: *** [multipht] Error 1
I think that the problem is the flags because when I tried to install the same thing in Ubuntu at the configuration I took
checking for sqrt in -lm... yes
checking for main in -lgslcblas... yes
checking for main in -lgsl... yes
and everything went well.
Please help
Thanks