[Insight-developers] Exception not a test failure?

Brad King brad.king@kitware.com
Fri, 28 Feb 2003 13:27:46 -0500 (EST)


> I know that these "exception" throwing tests are causing problems in
> linux/gcc.

This turned out to be a problem on hythloth.kitware because I had gcc
3.2.0 and 3.2.1 installed at the same time.  The executables were built
with 3.2.1, but the compiler's C++ standard library was being loaded from
3.2.0 at run time.  I've fixed the problem now, and it should pass
tonight.

-Brad