Skip to content

Reply To: GSL – GNU Scientific Library

#5247
stephan
Moderator

PPS: GSL typically requires an additional algebra subroutine library. Hence the final compiler command (if the library is linked to the default path) in your Makefile should end with
... -lgsl - lgslcblas -lm -lz -o $@.