From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Justin Randall Newsgroups: gmane.emacs.bugs Subject: Re: emacs gud does not work with libtool Date: Thu, 2 Oct 2003 09:09:29 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200310020909.29292.logic@jrlogic.dyndns.org> References: <200310012035.46083.logic@jrlogic.dyndns.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065103932 23131 80.91.224.253 (2 Oct 2003 14:12:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2003 14:12:12 +0000 (UTC) Cc: nick@nick.uklinux.net, bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 02 16:12:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A54Be-0006ji-00 for ; Thu, 02 Oct 2003 16:12:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A54A9-0002Qf-U9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Oct 2003 10:10:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A54A8-0002QS-DJ for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 10:10:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A549c-0002Fe-JO for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 10:10:35 -0400 Original-Received: from [66.143.162.157] (helo=jrlogic.dyndns.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A549b-0002Ew-Sd for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 10:10:04 -0400 Original-Received: (qmail 7417 invoked from network); 2 Oct 2003 14:07:26 -0000 Original-Received: from unknown (HELO 10.1.1.251) (127.0.0.1) by localhost with SMTP; 2 Oct 2003 14:07:26 -0000 Original-To: Andreas Schwab User-Agent: KMail/1.5.4 In-Reply-To: Content-Disposition: inline X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5898 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5898 On Thursday 02 October 2003 05:19 am, Andreas Schwab wrote: > Justin Randall writes: > > Emacs 21.3.1 seems to be even more convuluted regarding gdb and libtool > > created programs. Will GNU Emacs ever work with GNU auto-tools created > > programs? > > $ cat ~/bin/lgdb > #!/bin/sh > exec libtool --mode=execute gdb "$@" > > Andreas. That works. Thank you!