Boost logo

Boost Users :

From: Eyal Inbar (eyalin_at_[hidden])
Date: 2005-03-31 01:55:13


I done it and i get the same error .
maybe the problem that the gcc is version 2.96 (Red Hat Linux 7.3 2.96-113)?

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]]On Behalf Of me22
Sent: Thursday, March 31, 2005 2:50 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Errors Compiling exception

On Wed, 30 Mar 2005 11:10:35 +0200, Eyal Inbar <eyalin_at_[hidden]> wrote:
>
>
> I'm trying to use dijkstra-example and i get
>
> /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:137: exception
> handling disabled, use
>
> -fexceptions to enable
>
> I'm not sure what version i have but i have the folder /i386-glibc21-linux
> if its help?
>
> eyal

That's a g++ error message saying that "exception handling [is]
disabled" and you need to add the command line switch "'-fexceptions'
to enable [it]" in the call to g++
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net