From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31810 invoked by alias); 11 Mar 2011 19:45:19 -0000 Received: (qmail 31799 invoked by uid 22791); 11 Mar 2011 19:45:19 -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-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Mar 2011 19:45:16 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id C7DC41302C for ; Fri, 11 Mar 2011 11:45:14 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id B5ABAC9F3D for ; Fri, 11 Mar 2011 11:45:14 -0800 (PST) Message-ID: <4D7A7BCA.5000408@vmware.com> Date: Fri, 11 Mar 2011 19:45:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20110128) MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: python help(gdb) doesn't work in my local build. 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/msg00091.txt.bz2 It says: No such file or directory: '/usr/local/share/gdb/python/gdb' 1) What do I do to tell it where to look locally? 2) What do I do to install this by hand? Thanks, Michael