From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18486 invoked by alias); 22 Jan 2007 18:08:50 -0000 Received: (qmail 18477 invoked by uid 22791); 22 Jan 2007 18:08:49 -0000 X-Spam-Check-By: sourceware.org Received: from bos-mailout1.raytheon.com (HELO bos-mailout1.raytheon.com) (199.46.198.198) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 Jan 2007 18:08:37 +0000 Received: from dmoute00.directory.ray.com (dmoute00.directory.ray.com [147.25.130.120]) by bos-mailout1.raytheon.com (Switch-3.2.5/Switch-3.2.4) with ESMTP id l0MI8DZJ029817; Mon, 22 Jan 2007 18:08:21 GMT Received: from dmsmtpe00.directory.ray.com (dmsmtpe00.directory.ray.com [147.25.130.121]) by dmoute00.directory.ray.com (Switch-3.2.5/Switch-3.2.4) with ESMTP id l0MI83Oa009064 sender Ian_C_White@raytheon.com; Mon, 22 Jan 2007 18:08:19 GMT Received: from ad2-msg05.and.us.ray.com (ad2-msg05.and.us.ray.com [138.127.59.161]) by dmsmtpe00.directory.ray.com (8.12.11/8.12.11) with ESMTP id l0MI804I008967 sender Ian_C_White@raytheon.com; Mon, 22 Jan 2007 18:08:01 GMT In-Reply-To: <20070120043704.GA22386@nevyn.them.org> MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: Reference to old glob directory in gdb 6.5 makefile X-Mailer: Lotus Notes Release 6.5.2 June 01, 2004 Message-ID: From: Ian C White Date: Mon, 22 Jan 2007 18:08:00 -0000 Content-Type: text/plain; charset="US-ASCII" 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: 2007-01/txt/msg00289.txt.bz2 I solved this issue by taking the gdb 6.6 source from sourceware.org. I got the other source from http://aixpdslib.seas.ucla.edu Now I've built gdb and, when I run a program in gdb, I get the following message: [tcsetpgrp failed in terminal_inferior: Not owner] warning: no shared library support for this OS / ABI Warning: Cannot insert breakpoint 1. Error accessing memory address 0x1a968: I/O error. osabi is set to "auto", which means "AIX". The tcsetpgrp error is the result of attach_flag not being set. What is the current state of support for aix5 on powerpc? Is this a gdb issue or a bfd issue? Many thanks, -- Ian White Raytheon Daniel Jacobowitz 01/19/2007 11:37 PM To Ian C White cc gdb@sourceware.org Subject Re: Reference to old glob directory in gdb 6.5 makefile On Wed, Jan 17, 2007 at 05:48:26PM -0500, Ian C White wrote: > I'm trying to build gdb 6.5 on an ibm Power 5 running AIX 5.3 and get the > following error: > > config.status: creating glob/Makefile > config.status: error: coannot find input file: glob/Makefile.in > make[2]: *** [stamp-h] Error 1 > make[2]: Leaving directory '~/gdb-6.5/gdb' > > From the thread referenced in the link below, I understand that I'm not > the only one to encounter this problem, which seems to relate to version > control. No - no one seems to know where it comes from or how. Can you figure out what in your configure script causes it to create glob/Makefile? -- Daniel Jacobowitz CodeSourcery