so i was trying to compile some C code on my server at school that involves the math and the GNU Scientific Library (gsl) libraries. that is, the source has the following lines: those link the header files. however, when compiling, gcc would complain that they can’t see functions such as sqrt, abs, etc, from read more
