From owner-freebsd-stable@FreeBSD.ORG Mon Dec 8 04:47:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551B216A4CE for ; Mon, 8 Dec 2003 04:47:00 -0800 (PST) Received: from nbh-gw.newchem.ru (novbytchem-2.ip.PeterStar.net [81.3.149.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF5B43F75 for ; Mon, 8 Dec 2003 04:46:58 -0800 (PST) (envelope-from illich@newchem.ru) Received: from 127.0.0.1 ([192.168.204.4]) by nbh-gw.newchem.ru (8.12.9/8.12.7) with ESMTP id hB8CktAF009438 for ; Mon, 8 Dec 2003 15:46:56 +0300 (MSK) (envelope-from illich@newchem.ru) X-AntiVirus: Checked by Dr.Web (http://www.drweb.net) Date: Mon, 8 Dec 2003 15:46:55 +0300 From: Illia Baidakov X-Mailer: The Bat! (v1.62q) Personal X-Priority: 3 (Normal) Message-ID: <1069801150.20031208154655@newchem.ru> To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 'long long' warning while compiling mit-kerberos on 4.9-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Illia Baidakov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 12:47:00 -0000 X-List-Received-Date: Mon, 08 Dec 2003 12:47:00 -0000 Hello freebsd-stable, I'm thinking it's the right list about my problem. The exact messages while compiling mit-kerberos5-1.3.1 are: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not suppotr `long long' I have gcc version 2.95.4 in my system. Trying to build gcc-3.3.2 from sources the above messages has repeated again right up to stopping the building proccess. What is the safest way to receive correct 'long long' type definition in C compiler? Tanks in advance, Illia Baidakov.