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

Hi-

I'm not sure what's causing your difficulty.

I copied the Ch 14 example code into a source file, compiled it with MinGW 
linking
with either the gsl/gslcblas static or dll libs, and ran it.  It ran to 
completion
without any exceptions.  I ran it in gdb to be sure, and it ran normally.  
Here's
the output I got:

c:\dev>gcc -Ic:/tools/gnu/include test-gsl.c c:/tools/gnu/lib/libgsl.a
c:/tools/gnu/lib/libgslcblas.a -o test-gsl.exe

c:\dev>test-gsl
eigenvalue = 9.67023e-005
eigenvector =
-0.0291933
0.328712
-0.791411
0.514553
eigenvalue = 0.00673827
eigenvector =
-0.179186
0.741918
-0.100228
-0.638283
eigenvalue = 0.169141
eigenvector =
0.582076
-0.370502
-0.509579
-0.514048
eigenvalue = 1.50021
eigenvector =
0.792608
0.451923
0.322416
0.252161


The exception you reported sounds like a debugger breakpoint rather than an
exception in the executable.  What compiler are you using -
VC7, MinGW, or something else?  Could you be running in debug mode and have
a breakpoint set?

If you're still having problems, feel free to post more details.

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