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: ostream and long long




On 24 Jul 2001, Gabriel Dos Reis wrote:

> David Durham <david.durham@wcom.com> writes:
>
> | Well, with gcc 3.0 (solaris 2.5.1) compiling with c++ (as opposed to g++
> | or gcc)
>
> It seems like you didn't configure GCC with --enable-long-long.  Did you?
>

--enable-long-long is ignored unless large number of C99 functions
(like wide character functions, c99 mathematical functions and some
long long type related ones) are available. If You don't have at least
one it's ignored.

Perhaps it would be better to test for functions really related to
using long long instead of binding it to support of many unrelated ones

Andris




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