From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: 21.4 and GCC 3.4.2 Date: Tue, 12 Jul 2005 11:40:25 +0200 Message-ID: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121162783 10451 80.91.229.2 (12 Jul 2005 10:06:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2005 10:06:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 12 12:06:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DsHe4-0001Kj-7t for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2005 12:05:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsHff-0005Zu-Aq for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2005 06:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsHWO-0002uy-Ba for emacs-devel@gnu.org; Tue, 12 Jul 2005 05:57:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsHWC-0002qY-Dx for emacs-devel@gnu.org; Tue, 12 Jul 2005 05:57:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsHW7-0002jJ-V8 for emacs-devel@gnu.org; Tue, 12 Jul 2005 05:57:32 -0400 Original-Received: from [64.233.182.206] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DsHNA-0004zO-CR for emacs-devel@gnu.org; Tue, 12 Jul 2005 05:48:16 -0400 Original-Received: by nproxy.gmail.com with SMTP id h2so260780nfe for ; Tue, 12 Jul 2005 02:40:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ms0+dpib3RNNbgkh8m+QEYRv/ypPNk83leS7y5luL2oP9mWQMG1PMEuoY/Exdp8LlqaWl6e4e18AWSID3txq2wQxl9n1u9NaFl+2aZFS2i8fHIXocoucFylAS+QaUR5wGiKYJGGrK4W0grP0g76159auA/+xokPYejQkXPQqCKE= Original-Received: by 10.48.144.4 with SMTP id r4mr176225nfd; Tue, 12 Jul 2005 02:40:25 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 12 Jul 2005 02:40:25 -0700 (PDT) Original-To: Emacs Devel Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40820 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40820 Is it possible to build 21.4 with gcc 3.4.2? I'm trying to compile it with MinGW, release "gcc (GCC) 3.4.2 (mingw-special)", and it fails with an error on callproc.c about egetenv being duplicated. --=20 /L/e/k/t/u