From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: crt[i1].o with multiarch glibc Date: Mon, 04 Jul 2011 00:07:33 +0100 Message-ID: <4E10F635.3030806@harpegolden.net> References: <87wrfzjn3t.fsf@maru.md5i.com> <87r567jih1.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309734482 28034 80.91.229.12 (3 Jul 2011 23:08:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 23:08:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 04 01:07:59 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QdVle-0001cn-VJ for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2011 01:07:59 +0200 Original-Received: from localhost ([::1]:34947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVld-0002iG-WE for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2011 19:07:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVlM-0002hr-8Z for emacs-devel@gnu.org; Sun, 03 Jul 2011 19:07:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdVlJ-0005L2-Je for emacs-devel@gnu.org; Sun, 03 Jul 2011 19:07:39 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:53920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVlJ-0005KZ-8J for emacs-devel@gnu.org; Sun, 03 Jul 2011 19:07:37 -0400 Original-Received: from [87.198.47.56] (87-198-47-56.ptr.magnet.ie [87.198.47.56]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 71B4668438 for ; Mon, 4 Jul 2011 00:07:35 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <87r567jih1.fsf@maru.md5i.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 65.99.215.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141508 Archived-At: On 03/07/11 20:02, Michael Welsh Duggan wrote: > Andreas Schwab writes: >> Does `gcc -print-file-name=crt1.o' work? > > It does: > > md5i@maru:~$ gcc -print-file-name=crt1.o > /usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1/../../../crt1.o > But note that Glenn Morris recently (trunk rev 104778+) added a hack to configure.in to use -print-file-name to find the files. Is it not working on your system?