From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#7202: OLDXMENU expands to ${lwlibdir}liblw.a, should be ${lwlibdir}/liblw.a Date: Wed, 13 Oct 2010 00:18:12 -0400 Message-ID: References: <4CB4BB0A.1020902@t-online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286944951 17145 80.91.229.12 (13 Oct 2010 04:42:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2010 04:42:31 +0000 (UTC) Cc: 7202-done@debbugs.gnu.org To: Stefan Husmann Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 13 06:42:28 2010 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 1P5tAW-0002G2-QX for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Oct 2010 06:42:25 +0200 Original-Received: from localhost ([127.0.0.1]:45093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5tAV-0000z2-R6 for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Oct 2010 00:42:23 -0400 Original-Received: from [140.186.70.92] (port=60315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5tAL-0000yf-Ka for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5tAK-0005AX-Re for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:13 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5tAK-0005AS-OU for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:12 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5sk3-0007Jb-7u for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:15:03 -0400 Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Oct 2010 04:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7202 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7202@debbugs.gnu.org, dann@gnu.org Original-Received: via spool by 7202-done@debbugs.gnu.org id=D7202.128694328728093 (code D ref 7202); Wed, 13 Oct 2010 04:15:02 +0000 Original-Received: (at 7202-done) by debbugs.gnu.org; 13 Oct 2010 04:14:47 +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 1P5sjm-0007J4-Sc for submit@debbugs.gnu.org; Wed, 13 Oct 2010 00:14:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P5sjk-0007Iz-7x for 7202-done@debbugs.gnu.org; Wed, 13 Oct 2010 00:14:45 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5sn6-0005UO-7x; Wed, 13 Oct 2010 00:18:12 -0400 In-Reply-To: <4CB4BB0A.1020902@t-online.de> (Stefan Husmann's message of "Tue\, 12 Oct 2010 21\:46\:18 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 13 Oct 2010 00:15:03 -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:40842 Archived-At: Stefan Husmann writes: > gcc: ../lwlibliblw.a: File or directory not found > > This did not happen yesterday. It should be ../lwlib/liblw.a This should work now. Thanks!