This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problems with configure (long long)
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>