From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 10:16:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C371416A4BF for ; Tue, 2 Sep 2003 10:16:17 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3665343FD7 for ; Tue, 2 Sep 2003 10:16:15 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.254.156] $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 02 Sep 2003 11:16:14 -0600 Message-ID: <3F54D068.9070404@myrealbox.com> Date: Tue, 02 Sep 2003 10:16:24 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: gcc -pedantic ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 17:16:17 -0000 I'm trying to compile mozilla thunderbird on -current and the configure program stops with this error: checking whether C++ compiler has -pedantic long long bug... yes configure: error: Your compiler appears to have a known bug where long long is miscompiled when using -pedantic. Reconfigure using --disable-pedantic. Is this related to the new gcc update, or is it a long-time incompatibility with linux source code? I'm new at this cross-compiling stuff, you can probably tell.