>>>>> "Tom" == Tom Williams <Tom.Williams@diversifiedsoftware.com> writes: Tom> Does anyone know the configure option to enable the libstdc++-v2 Tom> instead of v3 or am I stuck with v3? I don't know if building v2 will work if you want to build libgcj -- it needs libsupc++ which is in v3. If I had to guess though I'd say the option is --enable-libstdcxx-v2. Tom