From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29799 invoked by alias); 18 Jun 2010 00:34:57 -0000 Received: (qmail 29790 invoked by uid 22791); 18 Jun 2010 00:34:56 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_DB,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jun 2010 00:34:52 +0000 Received: by pwi7 with SMTP id 7so530285pwi.0 for ; Thu, 17 Jun 2010 17:34:50 -0700 (PDT) Received: by 10.114.188.3 with SMTP id l3mr220378waf.150.1276821290578; Thu, 17 Jun 2010 17:34:50 -0700 (PDT) Received: from [172.16.158.197] ([60.191.99.30]) by mx.google.com with ESMTPS id a23sm101605572wam.2.2010.06.17.17.34.48 (version=SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 17:34:49 -0700 (PDT) Message-ID: <4C1ABF28.4020504@gmail.com> Date: Fri, 18 Jun 2010 00:34:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: tromey@redhat.com CC: gdb@sourceware.org Subject: Re: issue about building windows version of gdb with python support References: <4C162783.4010706@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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: 2010-06/txt/msg00066.txt.bz2 On 2010-6-17 1:36, Tom Tromey wrote: > Hmm, I would have thought that the python-config.py stuff (in > gdb/python/) would do the right thing here. > > What is the output on your machine when you run that with --ldflags? > Thanks for your reply. Infact, I'm quite new to "Python", so I even don't know what does "--ldflags" means... Sorry. I have tried the snapshot 0616, but build process failed due to some errors related to python. I guess you have change the python-configure related code. BTW: Now, I'm concerning the python pretty print issue on uninitialized variables, this always make my gdb.exe crashed. The only bug report I found is here: http://sourceware.org/bugzilla/show_bug.cgi?id=11407 Does this issue is quite hard to solve? Thanks Asmwarrior ollydbg from Codeblocks forum