Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Finally found it</p> <p>Yes I was missing some libraries. libgsl.a comes in GnuWin32 gsl package. This can be downloaded from <a href="http://sourceforge.net/projects/gnuwin32/files/" rel="nofollow noreferrer">sourceforge</a>. There is a directory named gsl in the list displayed. I downloaded gsl-1.8-lib.zip and extracted it to C:\GnuWin32 in my computer.</p> <p>Next I included the library to Visual Studio. Here are the steps which I found from <a href="http://old.nabble.com/-gnuwin32---Help--RE:-Linking-error:-unresolved-externals-GSL-td8063880.html" rel="nofollow noreferrer">this webpage</a>. Although these are part of an unsuccessful try (according to the orginal post) this worked very well for me</p> <ol> <li><p>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."</p></li> <li><p>In the "Solution Explorer," right click on the name of your project and go to "Properties."</p></li> <li><p>Under Configuration Properties->Linker->General->Additional Library Directories, type in "C:\GnuWin32\lib"</p></li> <li><p>Under Configuration Properties->Linker->Input->Additional Dependencies, type in "libgslcblas.a libgsl.a"</p></li> <li><p>Under Configuration Properties->C/C++->General->Additional Include Directories, type in "C:\GnuWin32\include"</p></li> <li><p>Under Configuration Properties->C/C++->Code Generation->Runtime Library,select "Multi-threaded DLL" </p></li> </ol> <p>It works fine now. Thank you for every one who tried</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload