This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
RE: segfault in wgenopts.c
- To: Rob Taylor <robt at flyingpig dot com>
- Subject: RE: segfault in wgenopts.c
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 13 Dec 2000 09:58:29 -0800 (PST)
- cc: libstdc++ <libstdc++ at sourceware dot cygnus dot com>
> build is i686-pc-gnu-linux
> with --enable-c-mbchar=yes --enable-cstdio=libio --enable-long-long --enable-sha
> red --enable-threads.
first of all, this configuration will not work, period.
Please re-read my wchar_t enabling mail carefully: you're forgetting to
disable the v3 ABI. A correct configure command might look like this:
--disable-new-gxx-abi --enable-cstdio=libio --enable-long-long
--enable-threads=posix
-benjamin