From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#5655: incorrect paths for crt1.o, crtn.o, etc. Date: Mon, 26 Apr 2010 12:36:34 -0400 Message-ID: References: <20100301232258.GM7587@ohnopublishing.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272301172 11794 80.91.229.12 (26 Apr 2010 16:59:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2010 16:59:32 +0000 (UTC) Cc: 5655@debbugs.gnu.org To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 18:59:31 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Rea-0003Zv-IS for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 18:59:29 +0200 Original-Received: from localhost ([127.0.0.1]:52959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6ReZ-0008BY-Vn for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 12:59:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6ReP-00089c-OA for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2010 12:59:17 -0400 Original-Received: from [140.186.70.92] (port=55205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6ReA-00081s-VZ for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2010 12:59:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6Rds-0003f9-Cm for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2010 12:58:45 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45218) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Rds-0003f5-BF for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2010 12:58:44 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1O6RIr-0000rV-PS; Mon, 26 Apr 2010 12:37:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <20100228043052.5378236D56@ohnopublishing.net> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 26 Apr 2010 16:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5655 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 5655-submit@debbugs.gnu.org id=B5655.12722998013283 (code B ref 5655); Mon, 26 Apr 2010 16:37:01 +0000 Original-Received: (at 5655) by debbugs.gnu.org; 26 Apr 2010 16:36:41 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6RIW-0000qu-D8 for submit@debbugs.gnu.org; Mon, 26 Apr 2010 12:36:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6RIV-0000qp-1C for 5655@debbugs.gnu.org; Mon, 26 Apr 2010 12:36:39 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O6RIQ-00021h-Ed; Mon, 26 Apr 2010 12:36:34 -0400 X-Spook: Uzbekistan Ft. Meade emc Albanian strategic Bosnia Osama X-Ran: w:l+yZS#{m$&P6`]~tq6V@_fkU<58m;RC'H!-*bHF?WO~hhTc@v+`p&r7.e_x~cm/RN+pS X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 26 Apr 2010 12:37:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36522 Archived-At: Dan Nicolaescu wrote: > One more thing: can src/s/gnu-linux.h be changed to use $(CRT_DIR), > that would avoid the need to special case GNU_LINUX in the src/m/* files... Sorry, I don't understand the proposal; but CRT_DIR == /usr/lib in the majority of cases. It can only be different on x86_64-*-linux-gnu* or s390x-*-linux-gnu* systems. So you should feel free to replace /usr/lib by $CRT_DIR anywhere else basically. It would be nice to move all the crt*.o logic entirely to configure (and so make the --with-crt-dir option work the same on all platforms), but I don't know how to replicate the logic of m/sparc.h and m/macppc.h in configure.in.