Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3025600
By: jds2
Hi-
I'm not sure what's causing your difficulty.
I copied the Ch 14 example code into a source file, compiled it with MinGW
linking
with either the gsl/gslcblas static or dll libs, and ran i
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3027262
By: nobody
1. Within VisualStudio, go to File->New->Project, then "Visual C++ Projects,"
then "Win32," then "Win32 Console Application." Enter a name and click "OK."
On the next screen click "Finish."
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3027143
By: jds2
Hi-
You say the "library gets compiled and linked". Do you mean that you are
compiling
the gsl library itself, or just that you're trying to link your program against
the library? The only