From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: add etc/PROBLEMS entry for building 32-bit exe on 64-bit system Date: Wed, 10 Jan 2007 14:31:44 -0500 Message-ID: <8yslein0f3.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168457562 8996 80.91.229.12 (10 Jan 2007 19:32:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Jan 2007 19:32:42 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 10 20:32:40 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H4jBc-0002g0-5q for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2007 20:32:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4jBb-0006BS-UO for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2007 14:32:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4jBM-000680-P5 for emacs-devel@gnu.org; Wed, 10 Jan 2007 14:32:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4jBK-00066N-EB for emacs-devel@gnu.org; Wed, 10 Jan 2007 14:32:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4jBK-000661-7M for emacs-devel@gnu.org; Wed, 10 Jan 2007 14:32:18 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H4jBJ-0003zu-1N for emacs-devel@gnu.org; Wed, 10 Jan 2007 14:32:17 -0500 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1H4jAm-0003D8-IT; Wed, 10 Jan 2007 14:31:44 -0500 Original-To: Andreas Schwab X-Spook: AVN Majic Ft. Meade Rule Psix Capricorn quiche Crowell X-Ran: fa4k1RBrE.-g>m]ms)z!uKSfHY;U:Db<`^:g2HR]%OXwIiNcJj#tfxM4nph:&>*bD9#ZL$ X-Hue: blue X-Attribution: GM In-Reply-To: (Andreas Schwab's message of "Wed, 10 Jan 2007 10:41:08 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:65123 Archived-At: Andreas Schwab wrote: > You should set CC="gcc -m32" instead. You are in essence using a > different compiler. Well, OK, but that seems fairly counterintuitive to me. I'd expect that to look for an executable called "gcc -m32".