|
Help compiling GSL with MinGW
Hi,
I have been having an insane amount of trouble trying to compile a GNU Scientific Library example with MinGW on WinXP. I have been able to compile it fine on my linux box and on my windows machine with cygwin. However, when I try to compile it with MinGW I keep getting this error:
undefined reference to 'gsl_sf_bessel_J0'
I have copied the GSL library files and header files from my cygwin folders to the MinGW folders.
I eventually want to compile a dll for use with excel that solves special functions like bessel and lambert.
Thank you,
Rob
|