From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14584 invoked by alias); 23 Mar 2010 15:42:53 -0000 Received: (qmail 14572 invoked by uid 22791); 23 Mar 2010 15:42:52 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-qy0-f189.google.com (HELO mail-qy0-f189.google.com) (209.85.221.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Mar 2010 15:42:48 +0000 Received: by qyk27 with SMTP id 27so4096212qyk.3 for ; Tue, 23 Mar 2010 08:42:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.213.133 with SMTP id gw5mr315109qcb.13.1269358966335; Tue, 23 Mar 2010 08:42:46 -0700 (PDT) In-Reply-To: References: <1957618c1003171419q24c02ee7vdf293b210bbba849@mail.gmail.com> <1957618c1003222326j41f82412l9ab77295568975cc@mail.gmail.com> Date: Tue, 23 Mar 2010 15:42:00 -0000 Message-ID: <1957618c1003230842v13347324w4f7894a75cbd9648@mail.gmail.com> Subject: Re: gdb python setup problem From: Yogesh Mundada To: Tom Tromey Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-03/txt/msg00189.txt.bz2 Actually I had not enabled --with-python in the configure script (incidentally configure --help does not say anything about --with-python). I came to know about it after chatting on irc channel. So now "gdb -P" is working. Thank you for responding back. On Tue, Mar 23, 2010 at 11:31 AM, Tom Tromey wrote: >>>>>> "Yogesh" == Yogesh Mundada writes: > > Yogesh> I followed instructions from http://sourceware.org/gdb/wiki/PythonGdb. > Yogesh> But I don't think I am getting the correct branch. > > Your commands look ok to me. > However, you don't mention why you think you got the wrong branch. > What happened, and what did you expect to happen? > > Tom >