From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7002 invoked by alias); 12 Aug 2008 20:32:08 -0000 Received: (qmail 6973 invoked by uid 22791); 12 Aug 2008 20:31:53 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Aug 2008 20:31:18 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out3.google.com with ESMTP id m7CKUsO8032331; Tue, 12 Aug 2008 21:30:55 +0100 Received: from localhost.localdomain.google.com (dhcp-172-18-118-203.corp.google.com [172.18.118.203]) (authenticated bits=0) by zps35.corp.google.com with ESMTP id m7CKUr5a022649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Aug 2008 13:30:53 -0700 To: cihan Cc: gcc-help@gcc.gnu.org Subject: Re: gcc 2.95.3 building problem References: <48A1D912.7060203@enderunix.org> From: Ian Lance Taylor Date: Tue, 12 Aug 2008 20:54:00 -0000 In-Reply-To: <48A1D912.7060203@enderunix.org> (cihan@enderunix.org's message of "Tue\, 12 Aug 2008 21\:40\:18 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00128.txt.bz2 cihan writes: > I will compile my kernel and I want to build gcc 2.95.3 > I try to compile this on 32 bit OS slackware but I have an error. > > decl.c: In function 'start_struct': > decl.c:4451: error: argument 'code' doesn't match prototype > ch-tree.h:736: error: prototype declaration > make[2]: *** [decl.o] Error 1 > make[2]: Leaving directory `/home/cihan/gcc-2.95.3/gcc/ch' > make[1]: *** [cc1chill] Error 2 > make[1]: Leaving directory `/home/cihan/gcc-2.95.3/gcc' > make: *** [all-gcc] Error 2 I recommend not building chill. When you run configure, use --enable-languages=c,c++ . Ian