On Tue, Oct 31, 2000 at 12:59:37AM +0100, Pascal Hofstee wrote:
> Hi,
>
> After returning from a month long vacation, i updated my CURRENT system to
> the recent CVS. After this update my Mozilla Tinderbox-builds seem to
> suffer from a configure complaining my C++ compiler has a "-pedanctic
> long long" bug.
Though the new ISO C (C99) standard includes long long, ISO C++
does not. If Mozilla depends on long long in C++, it is broken.
long long is a g++ extension that is supposed to be switched off
when compiling with -ansi or -pedantic.
--gt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message