This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++/1533: iostream long long operators not defined



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]