From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Fellinger Newsgroups: gmane.emacs.devel Subject: Re: Problems compiling on Archlinux 64 Date: Wed, 22 Nov 2006 10:29:57 +0900 Organization: Weez International Ltd. Message-ID: <200611221029.57786.manveru@weez-int.com> References: <200611212055.01073.manveru@weez-int.com> <874psswt1o.fsf@cyd.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164159070 7651 80.91.229.2 (22 Nov 2006 01:31:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Nov 2006 01:31:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 22 02:30:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmgwV-0005s5-GV for ged-emacs-devel@m.gmane.org; Wed, 22 Nov 2006 02:30:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmgwU-0003Rz-TU for ged-emacs-devel@m.gmane.org; Tue, 21 Nov 2006 20:30:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gmgw9-0003PG-Vz for emacs-devel@gnu.org; Tue, 21 Nov 2006 20:30:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gmgw6-0003Li-SD for emacs-devel@gnu.org; Tue, 21 Nov 2006 20:30:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gmgw6-0003La-CZ for emacs-devel@gnu.org; Tue, 21 Nov 2006 20:30:02 -0500 Original-Received: from [124.100.243.80] (helo=weez-int.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gmgw5-0005Yy-Sw for emacs-devel@gnu.org; Tue, 21 Nov 2006 20:30:02 -0500 Original-Received: from weez-int.com (weez-int.com [192.168.1.3]) by weez-int.com (Postfix) with ESMTP id F1C801515CB for ; Wed, 22 Nov 2006 10:29:57 +0900 (JST) Original-To: emacs-devel@gnu.org User-Agent: KMail/1.9.5 In-Reply-To: <874psswt1o.fsf@cyd.mit.edu> 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:62635 Archived-At: On Wednesday 22 November 2006 03:31, Chong Yidong wrote: > Michael Fellinger writes: > > make[2]: *** No rule to make target `/usr/lib64/crt1.o', needed by > > `temacs'. Stop. > > make[2]: Leaving directory > > `/home/manveru/pkgbuilds/emacs-cvs/src/emacs/src' make[1]: *** > > [bootstrap-build] Error 2 > > make[1]: Leaving directory `/home/manveru/pkgbuilds/emacs-cvs/src/emacs' > > make: *** [bootstrap] Error 2 > > > > I was told that this directory (/usr/lib64) does not exist since > > Archlinux follows the LFS and Archlinux64 the CLFS standards. The same > > seems to be the case for FreeBSD. > > Do other amdx86-64 distributions use /usr/lib64? If so, how do we > distinguish between the two cases? Well, the simplest way i could come up with is to look if such a folder exists at all simply doing this check after looking up `arch` returns a 64bit-system. As far as i know quite some distributions use /usr/lib64 to use both 64bit and 32bit (in /usr/lib) libraries. However, distributions who do not support 32bit libs at all only use /usr/lib this is the case (only as far as i know) for FreeBSD (sorry guys, of course it's _no_ distribution ;), LFS (by default), Slackware (Slax), Archlinux and Gentoo. Some more might be out there, especially all that are based on the distros i mentioned. thanks again for looking into this. ^manveru