[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2009-01-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6290288 By: saimen54 Workaround for this issue: Use libgslcblas.lib, libgsl.lib for Ant compiling and libgslcblas_dll.lib, libgsl_dll.lib for VisualC++ compiling.

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2009-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6266984 By: saimen54 Hi, here it works with VC2005, when I use GSL_DLL. But I tried to compile my project using cpptasks for Ant and then I got the LNK2019 error again. The compiler properties should be the

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772571 By: gegol you can copy the file C:\Program Files\GnuWin32\src\gsl\1.8\gsl-1.8\VC8\libgsl\Debug-DLL\libgsl_d.dll to your project's folder (my documents\Visual Studio 2008\Projects\yourProject) if you

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772399 By: zardoz37 My apologies, I'm very new at this. I'm having the same problem, but I don't know how to follow the suggestion, i.e. I don't know how to define the macro GSL_DLL. Specifically, I get

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2007-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4150516 By: sidkant73 Hi, I am a University Student from Singapore, currently working on a simulation package for networks. I needed to use the GSL libraries, along with Microsoft Visual Studio 2005. I

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2007-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4125088 By: franckie566 I have the same problem (GSL v1.8 - complete package whitout sources) = error LNK2001: unresolved external symbol _log1p Do everything recommended in the above posts

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2007-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4125292 By: franckie566 * Probably you'll have to define the macro GSL_DLL; see the gsl package page (http://gnuwin32.sourceforge.net/packages/gsl.htm) or several other help postings, e.g. **

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2007-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4125300 By: franckie566 Ok It works = Mode DEBUG multi-thread shoul be also set in VC (if you are in debug) Yes I know, I make questions answers :) but if it can help others .

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2006-12-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4075282 By: nobody Even I am having the same issues. I did the exact steps as posted in a previous message: 1. Within VisualStudio, go to File-New-Project, then Visual C++ Projects, then Win32, then Win32

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2006-12-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4075594 By: gnuwin32 Probably you'll have to define the macro GSL_DLL; see the gsl package page (http://gnuwin32.sourceforge.net/packages/gsl.htm) or several other help postings, e.g.

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2005-12-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3454246 By: nobody I have the same problem under the Borland C++ IDE: Info :Making... Info :Linking... Error: Unresolved external '_gsl_sf_bessel_J0' referenced from... I checked off Generate underscores