From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.devel Subject: Re: crt[i1].o with multiarch glibc Date: Sun, 03 Jul 2011 15:02:18 -0400 Message-ID: <87r567jih1.fsf@maru.md5i.com> References: <87wrfzjn3t.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309719760 19627 80.91.229.12 (3 Jul 2011 19:02:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 19:02:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 21:02:36 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 1QdRwC-00066R-DV for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2011 21:02:36 +0200 Original-Received: from localhost ([::1]:55666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdRwB-0005VH-G0 for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2011 15:02:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdRvx-0005V0-Ui for emacs-devel@gnu.org; Sun, 03 Jul 2011 15:02:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdRvw-0002Vb-Pr for emacs-devel@gnu.org; Sun, 03 Jul 2011 15:02:21 -0400 Original-Received: from md5i.com ([75.151.244.229]:34997 helo=maru.md5i.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdRvw-0002VS-L5 for emacs-devel@gnu.org; Sun, 03 Jul 2011 15:02:20 -0400 Original-Received: from md5i by maru.md5i.com with local (Exim 4.76) (envelope-from ) id 1QdRvv-0004y0-02; Sun, 03 Jul 2011 15:02:19 -0400 In-Reply-To: (Andreas Schwab's message of "Sun, 03 Jul 2011 20:16:44 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.151.244.229 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:141504 Archived-At: Andreas Schwab writes: > Michael Welsh Duggan writes: > >> I was going to suggest that configure.in checked for the proper files in >> /usr/lib/${canonical}, but ${canonical} is i686-pc-linux-gnu on this >> system, so some reduction would have to be done to make that work. If >> this cannot or will not be done, it would be nice to add this to the >> PROBLEMS file. > > 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 -- Michael Welsh Duggan (md5i@md5i.com)