Problems with configure (long long)

Carlo Wood carlo@alinoe.com
Sat May 19 10:16:00 GMT 2001


On Fri, May 18, 2001 at 11:02:07PM +0200, Peter Schmid wrote:
> Furthermore, according to the documentation in configopts.html ISO C99
> support and long long support should be on by default. That is not the
> case as shown by the appended excerpt of the build log.
...
> Output while configuring libstdc++:
> checking for enabled long long support... no

While long long is part of C99, it is not part of the C++ standard.
Therefore libstdc++ isn't including support by default (it would be
an extention).

-- 
Carlo Wood <carlo@alinoe.com>



More information about the Libstdc++ mailing list