PreviousIndexNext

[help-gsl] Re: [GSL] custom error handling (2008-08-22)

From: "Jordi Gutiérrez Hermoso" <jordigh@.........>
Subject: Re: [GSL] custom error handling
Date: Fri, 22 Aug 2008 15:40:27 -0500
To: LoadCom@........
Cc: help-gsl <help-gsl@gnu.org>

2008/8/22 Jordi Gutiérrez Hermoso <jordigh@.........>:
> 2008/8/21 Max <LoadCom@........>:
>> My simple program runs ok under debug mode, but not ok under release
>> mode.
>
> More info needed. Show us the full program and the full output and all
> error messages.

Also, it just occurred to me that you may need to compile with proper
exception support for C code. I don't know how to do this with your
non-free compiler; look in the compiler options and documentation
about enabling exceptions for C code.

- Jordi G. H.