- Code: Select all
$ ./configure --prefix=$HOME/gsl
$ make
$ make install
everything compiled fine, but now I am not sure how to use the library!
I've tried using the -L and -I options with gcc, but I am not getting anywhere. What is the right way to do this?
I know that I should know this by now, but, well, I don't.
edit: it seems like my user ranking (or whatever you call it) is wrong.


