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 these errors from the linker:

libgsl.a(roots_brent.o) : error LNK2019: unresolved external symbol _finite
referenced in function _brent_init
Debug/preproc.exe : fatal error LNK1120: 1 unresolved externals

I've already followed these instructions:

1. Download and install
http://umn.dl.sourceforge.net/sourceforge/gnuwin32/gsl-1.0-1.exe
(For more info, see http://gnuwin32.sourceforge.net/packages/gsl.htm)

2. 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."

3. In the "Solution Explorer," right click on the name of your project and go
to "Properties."

4. Under Configuration Properties->Linker->General->Additional Library 
Directories,
type in "C:\Program Files\GnuWin32\lib"

5. Under Configuration Properties->Linker->Input->Additional Dependencies, type
in "libgslcblas.a libgsl.a"

6. Under Configuration Properties->C/C++->General->Additional Include 
Directories,
type in "C:\Program Files\GnuWin32\include"

7. Under Configuration Properties->C/C++->Code Generation->Runtime Library,
select "Multi-threaded DLL"

Can someone help me?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to