This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: build error (2)
- To: Tom dot Williams at diversifiedsoftware dot com
- Subject: Re: build error (2)
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 30 Nov 2000 21:55:39 -0700
- Cc: apbianco at cygnus dot com, osk at hem dot passagen dot se, java-discuss at sourceware dot cygnus dot com
- References: <OFC7194D95.929522D6-ON882569A8.0006ABBA@diversifiedsoftware.com>
- Reply-To: tromey at cygnus dot com
>>>>> "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