From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27392 invoked by alias); 29 Nov 2002 12:27:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27385 invoked from network); 29 Nov 2002 12:27:29 -0000 Received: from unknown (HELO waldorf.webpack.hosteurope.de) (217.115.142.71) by sources.redhat.com with SMTP; 29 Nov 2002 12:27:29 -0000 Received: from SOL (p50818FB6.dip.t-dialin.net [80.129.143.182]) (authenticated) by waldorf.webpack.hosteurope.de (8.11.6/8.11.6) with ESMTP id gATCRvK09005 for ; Fri, 29 Nov 2002 13:27:57 +0100 From: "Heiko Gerdau" To: Subject: RE: gdb and Dll Date: Fri, 29 Nov 2002 04:27:00 -0000 Message-ID: <000901c297a2$a4b88f10$fe78a8c0@SOL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20021129021554.GB9712@redhat.com> Importance: Normal X-SW-Source: 2002-11/txt/msg00428.txt.bz2 > >Before I learn how to build it myself, could you send me the gdb.exe > >containing those patches so that I can try that version? > > Actually, no, I'd rather not get into the business of sending private > binaries. I see a tech support scenario developing in that situation. > I build binaries for myself. I don't want to be in a situation of > answering questions about my personal versions of gdb. I see your point, sorry for bothering you. It was just meant to test if it would solve the problems or if there is something else broken in my configuration on win xp. > Building a new version of gdb is not that hard. I urge you to try it. Ok, I tried to build the insight version exactly as outlined in http://sources.redhat.com/insight/cygwin.html I used the gdb_5_2-branch. And configure, make, make install in the cygwin bash shell. There were errors in src/tk/win/rc some of the cursors were broken (for instance cursor5e.cur). I just copied other cursors of it to continue compiling. There were errors in src/gdb/ with the yacc-files p-exp.y, m2-exp.y, f-exp.y, c-exp.y about missing ";". After inserting them i could build and install it to cywin/usr/local/. When start any of the executables I get an error that the application could not be initialized (0xc0000022). This is sort of frustrating. I tried the same thing without passing a branch to the cvs co command with the same results except the errors with *-exp.y did not happen. What do I miss? Any help is appreciated, thanks. Greetings Heiko