This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Changes in default exception handling?


In the new snapshot (20060114), there seems to be changes
to default exception handling in C++. When I tried to build libstdc++-v3 with the last configuration, the compiler complains that no
exception method is specified. This problem is solved by giving
--enable-sjlj-exceptions option to configure. Is there a way to
specify this as a default for an OS, so you don't have to give
this option at configure-time?


Leif Ekblad
www.rdos.net/rdos


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]