This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/1533: iostream long long operators not defined
- To: gcc-bugs at gcc dot gnu dot org, cljanss at ca dot sandia dot gov
- Subject: Re: libstdc++/1533: iostream long long operators not defined
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 2 Jan 2001 08:56:34 -0800
Hey Curtis. A recent change to libstdc++-v3's configure disables long
long support by default. If you'd like to enable it by default, pass
in
--enable-long-long
at configure time.
More details as to why this was done can be found on the
libstdc++@gcc.gnu.org mailing list.
best,
benjamin