Followers

Saturday, 31 December 2016

linker issues with GSL library

Source: stackoverflow.com --- Friday, December 30, 2016
I'm attempting to link to the GSL library in Windows 8. I've found that I can successfully compile the GSL library and run the make check , then install the header files with make install . I'm new to this, and can't figure out if other files are installed properly. I ran make install as an admin user, and I believe that in MSVS the file is being included properly in the project. I added an external library folder in the properties -> linker -> additional library dependencies area, which I believe is why I am able to include the file via #include "gsl/gsl_sf.h" The issue is that I get the following linker error upon attempting to build: LNK2001 unresolved external symbol _gsl_ran_beta_pdf How can I troubleshoot this? I'm not sure I understand what sanity checks to do or where to look w/r/t documentation. Thanks for any help. I'm running: MSVS Community 2015 GSL 2.2.1 ...



from Windows http://ift.tt/2ii7eAe

No comments:

Post a Comment