From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: add etc/PROBLEMS entry for building 32-bit exe on 64-bit system Date: Wed, 10 Jan 2007 13:46:24 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1168454855 30875 80.91.229.12 (10 Jan 2007 18:47:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Jan 2007 18:47:35 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 10 19:47:33 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 1H4iTu-00062a-SB for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2007 19:47:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4iTu-0001GE-Ku for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2007 13:47:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4iTT-00015w-DU for emacs-devel@gnu.org; Wed, 10 Jan 2007 13:46:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4iTR-00014q-Kb for emacs-devel@gnu.org; Wed, 10 Jan 2007 13:46:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4iTR-00014k-9D for emacs-devel@gnu.org; Wed, 10 Jan 2007 13:46:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H4iTQ-0000TY-C0 for emacs-devel@gnu.org; Wed, 10 Jan 2007 13:46:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H4iSu-0007QK-8r; Wed, 10 Jan 2007 13:46:24 -0500 Original-To: Glenn Morris In-reply-to: (message from Glenn Morris on Tue, 09 Jan 2007 19:25:05 -0500) 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:65119 Archived-At: I found I had to do: i) export CFLAGS=-m32; export LDFLAGS=-m32 (to get i386 objects) ii) Add "--build=i386-linux-gnu --x-libraries=/usr/X11R6/lib --without-sound" Could you please mention this in etc/MACHINES and etc/PROBLEMS? I imagine it's reasonable to expect configure to just Do The Right Thing for all of these but the sound issue, without so much user intervention? Actually, I guess it should auto-detect no compatible sound libraries as well... Yes, it should. However, we don't need to fix that now if it is not straightforward.