[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.

__
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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 same.

Any hints?


__
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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 dont find this .dll you ca see
http://www.quantcode.com/modules/smartfaq/faq.php?faqid=33

__
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/vse012070mrt/direct/01/
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 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/vse012070mrt/direct/01/
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 downloaded the GSL package for windows and was able to
install the package, as well as link to my program. The program compiles and
links perfectly. However, when I try to run the package, an error is displayed
saying that

*** This application failed to start because libgsl_d.dll was not found.
Re-installing the application may fix this problem ***

I tried to re-build the package as well as try to use the main program without
calling any function listed under the GSl library, and it worked well. So i'm
guessing that I need to specify the path for this DLL file somewhere.

I am a novice at all this, and I would be highly grateful if someone could help
me solve this problem.

My Configuration Settings are : 

Additional Include Directories : C:\Program Files\GnuWin32\include

Runtime Library : Multi-threaded Debug DLL (/MDd)

Additional Include Library: C:\Program Files\GnuWin32\bin;C:\Program
Files\GnuWin32\lib

Additional Dependencies : libgsl_dll_d.lib libgslcblas_dll_d.lib

Thanks in advance!!

Siddharth

__
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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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

=
Under Configuration Properties-Linker-General-Additional Library Directories,
type in C:\Program Files\GnuWin32\lib
 
Under Configuration Properties-Linker-Input-Additional Dependencies, type
in libgslcblas.a libgsl.a
 
Under Configuration Properties-C/C++-General-Additional Include Directories,
type in C:\Program Files\GnuWin32\include
 
Under Configuration Properties-C/C++-Code Generation-Runtime Library,select
Multi-threaded DLL
===


It seems that the libs are not well compiled

A solution ???

__
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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.
**

Right- THis is the solution ! now linking is OK

But my program don't launch ( under VC7.1 ) - I indicates the right path 
directories
for dll : libgslcblas.dll libgsl.dll

Thanks for help

__
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 .



__
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 Console Application. Enter a name and click OK.
On the next screen click Finish.
 
2. In the Solution Explorer, right click on the name of your project and go
to Properties.
 
3. Under Configuration Properties-Linker-General-Additional Library 
Directories,
type in C:\Program Files\GnuWin32\lib
 
4. Under Configuration Properties-Linker-Input-Additional Dependencies, type
in libgslcblas.a libgsl.a
 
5. Under Configuration Properties-C/C++-General-Additional Include 
Directories,
type in C:\Program Files\GnuWin32\include
 
6. Under Configuration Properties-C/C++-Code Generation-Runtime 
Library,select
Multi-threaded DLL
 
But I still get the linking error. Can someone please help?

__
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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.
http://sourceforge.net/forum/message.php?msg_id=3675704

__
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[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 (Options|Project|Compiler|Compiler Output)
but get the same message.

Could somebody help us?


__
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: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users