Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3027143
By: jds2

Hi-

You say the "library gets compiled and linked".  Do you mean that you are 
compiling
the gsl library itself, or just that you're trying to link your program against
the library?  The only libs distributed are a MinGW static lib and dll (with
associated import lib).  I'd be surprised if you could link against these using
VC6.  Have you perhaps generated a VC6 import lib for the dll, and the program
crashes when run using the MinGW-generated dll?  Or, are you compiling the 
library
from source using VC6?  If so, did you generate a VC6 project, or are you 
somehow
trying to use the VC7 projects in the distribution?

If you're compiling the library, there aren't too many tricks.  One problem
others have faced is the use of repeated source file names in different
subdirectories.  VC7 handles this fine, but earlier versions had problems. 
It does take a little tweaking to get the config.h right - see the one in the
VC7 subdirectory for one that works (with VC7, anyway).  A couple of the gnu
source files were tweaked, but the GnuWin32 source includes these.

I do know that libgsl depends on libgslcblas, so you may have problems only
linking libgsl.lib.  That should be a link error though, not a crash during
execution.

If you could provide a few more details, maybe I can figure out why you're 
having
problems.

Thanks,

Jerry

______________________________________________________________________
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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to