Compiling and Linking gsl code

Some useful pointers

http://sourceware.org/ml/gsl-discuss/2002-q3/msg00134.html

Command line:

gcc <filename.c> -o <output_file_name> -lgsl -lgslcblas -lm
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License