Bug#398628: GSL has no exception handling

2006-11-18 Thread Dirk Eddelbuettel
On 17 November 2006 at 22:35, Dirk Eddelbuettel wrote: | | Jordi, | | Did you run 'make test' with -O3 -fexcpetions ? It looks like the post-build | 'make test' is hanging for me in the gsl-1.8/cblas directory -- gcc is now | hanging for 8+ minutes on one file. I had to kill it there. | |

Bug#398628: GSL has no exception handling

2006-11-18 Thread Jordi Gutierrez Hermoso
On 17/11/06, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: Did you run 'make test' with -O3 -fexcpetions ? It looks like the post-build 'make test' is hanging for me in the gsl-1.8/cblas directory -- gcc is now hanging for 8+ minutes on one file. I had to kill it there. That's rather strange...

Bug#398628: GSL has no exception handling

2006-11-18 Thread Dirk Eddelbuettel
(resending, had forgotten the CC to the BTS --edd) On 18 November 2006 at 15:15, Jordi Gutierrez Hermoso wrote: | On 17/11/06, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: | Did you run 'make test' with -O3 -fexcpetions ? It looks like the post-build | 'make test' is hanging for me in the

Bug#398628: GSL has no exception handling

2006-11-17 Thread Jordi Gutierrez Hermoso
[EMAIL PROTECTED] Date: 16-Nov-2006 11:24 Subject: Re: [Help-gsl] Fwd: Bug#398628: GSL has no exception handling To: Jordi Gutierrez Hermoso [EMAIL PROTECTED] Cc: help-gsl@gnu.org Jordi Gutierrez Hermoso wrote: I am forwarding this bug from the Debian Bug Tracking System. Dirk wants to know if you

Bug#398628: GSL has no exception handling

2006-11-17 Thread Dirk Eddelbuettel
Yup, looks good -- will apply this for a new revision. Thanks for all your help with this, and of course the suggestion / wishlist bug. Cheers, Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison

Bug#398628: GSL has no exception handling

2006-11-17 Thread Dirk Eddelbuettel
Jordi, Did you run 'make test' with -O3 -fexcpetions ? It looks like the post-build 'make test' is hanging for me in the gsl-1.8/cblas directory -- gcc is now hanging for 8+ minutes on one file. I had to kill it there. Running it with -O2 didn't help either. Setting CFLAGS= (to empty, that

Bug#398628: GSL has no exception handling

2006-11-14 Thread Jordi Gutierrez Hermoso
Package: libgsl0 version 1.8-1 severity: wishlist I'm not sure if this is desirable, but in order to use exceptions in GSL from my C++ wrappers, GSL needs to be recompiled with the CFLAG -fexceptions. I did this myself with the upstream tarball and have met no undesirable side effects. -- To

Bug#398628: GSL has no exception handling

2006-11-14 Thread Dirk Eddelbuettel
On 14 November 2006 at 10:55, Jordi Gutierrez Hermoso wrote: | Package: libgsl0 | version 1.8-1 | severity: wishlist | | I'm not sure if this is desirable, but in order to use exceptions in | GSL from my C++ wrappers, GSL needs to be recompiled with the CFLAG | -fexceptions. | | I did this