From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16016 invoked by alias); 11 Mar 2011 21:03:31 -0000 Received: (qmail 16004 invoked by uid 22791); 11 Mar 2011 21:03:30 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Mar 2011 21:03:24 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id A5E0927003; Fri, 11 Mar 2011 13:03:23 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 9B3DBCD979; Fri, 11 Mar 2011 13:03:23 -0800 (PST) Message-ID: <4D7A8E1B.6050600@vmware.com> Date: Fri, 11 Mar 2011 21:03:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20110128) MIME-Version: 1.0 To: Tom Tromey CC: "gdb@sourceware.org" Subject: Re: python help(gdb) doesn't work in my local build. References: <4D7A7BCA.5000408@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00094.txt.bz2 Tom Tromey wrote: > Michael> It says: > Michael> No such file or directory: '/usr/local/share/gdb/python/gdb' > > Michael> 1) What do I do to tell it where to look locally? > Michael> 2) What do I do to install this by hand? > > I don't think that is enough information to know what is going on in > your scenario, but I would hazard a guess that you did not `make > install', but that the python module is still referring to the install > path. Correct -- I am running gdb from my build tree. > > Maybe this is fixable. Or you could make install. How would you get it to work from your build tree?