Hi - I'm having problems compiling some code in Dev-C++ 4.9.6.0 that works fine with version 4. I'm using various functions in the GNU-GSL library, I've linked the library in project options & everything works fine apart from 2 functions, which give undefined reference linker errors - they are both random number generators (gsl_rng_mt19937 and gsl_qrng_sobol) - does anyone have any suggestions please? I'm new to C so it's quite possible I'm doing something stupid!
Thanks

Frank