From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: gdb hangs in Emacs 23.2.1 (Mac OSX 10.6.3) Date: Tue, 8 Feb 2011 00:10:00 +0100 Message-ID: <2A92755E-2244-4258-9CB5-A1C7D1FE8F65@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297122417 27574 80.91.229.12 (7 Feb 2011 23:46:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 23:46:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Dylan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 08 00:46:53 2011 Return-path: Envelope-to: geh-help-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 1Pmamv-0007O6-9C for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Feb 2011 00:46:51 +0100 Original-Received: from localhost ([127.0.0.1]:53361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmamo-0005nf-KE for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Feb 2011 18:46:26 -0500 Original-Received: from [140.186.70.92] (port=54939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmaDo-00046F-N3 for help-gnu-emacs@gnu.org; Mon, 07 Feb 2011 18:10:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmaDg-000850-IO for help-gnu-emacs@gnu.org; Mon, 07 Feb 2011 18:10:14 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:42243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmaDg-00084n-9x for help-gnu-emacs@gnu.org; Mon, 07 Feb 2011 18:10:08 -0500 Original-Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate03.web.de (Postfix) with ESMTP id 2B8101878D4B9; Tue, 8 Feb 2011 00:10:06 +0100 (CET) Original-Received: from [91.35.188.71] (helo=[192.168.1.2]) by smtp04.web.de with asmtp (WEB.DE 4.110 #2) id 1PmaDd-000353-00; Tue, 08 Feb 2011 00:10:06 +0100 In-Reply-To: X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX183fdlE9EP+V0PaY0WgQtzVJGacYmGsDFqvrthg AGBK26l2Wpka4H6ofmkBjZ3JSsDQxdRmcR9qhZmL8DbVAFrRvx wc+hwjfA8NPrduvijfNw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79018 Archived-At: Am 07.02.2011 um 20:28 schrieb Dylan: > PATH > /bin:/sbin:/usr:/opt/local:/Users/Dylan/Library/Application > Support/SuperCollider:/Applications/SuperCollider > > Perhaps I am missing something here? Am I missing something? Not you, but PATH: it misses a) sequence and b) bin directories. If you want an UNIX system find a particular version of an executable *before* its other version, then you set the first version's path *before* that of the second version. So MacPorts's /opt/local/bin should come early (usually it is set first in your login shell's RC file) in PATH. And you need to exactly name the complete path to executable, i.e., /opt/local/bin, because in /opt/local/bin the other gdb is located. After changes in ~/.MacOSX/environment.plist you need to log off and in again to have them valid. (No MS reboot.) You do not need MANPATH? PATH=/opt/local/bin:/opt/local/sbin:/Users/pete/bin:/usr/local/texlive/ 2010/bin/universal-darwin:/Developer/usr/bin:/usr/bin:/bin:/sbin:/usr/ sbin:/usr/local/bin:/usr/X11/bin:/Developer/Tools -- Greetings Pete One-Shot Case Study, n.: The scientific equivalent of the four-leaf clover, from which it is concluded all clovers possess four leaves and are sometimes green.