From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23402 invoked by alias); 3 Nov 2002 19:09:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23328 invoked from network); 3 Nov 2002 19:09:06 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 3 Nov 2002 19:09:06 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D18A1D2CC7; Sun, 3 Nov 2002 11:11:27 -0800 (PST) Date: Sun, 03 Nov 2002 11:09:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [Head/5.3] Build failure on powerpc-aix-4.3.2 Message-ID: <20021103191127.GJ19987@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-11/txt/msg00025.txt.bz2 GDB fails to build aix-thread.c on our AiX 4.3.2 machine. I think this is because aix-thread.c expects lib pthread debug version 2 or 3, while we have lib pthread debug version 1 only installed on our 4.3.2 machine. By contrast, we have version 3 installed on our AiX 5.1 machine. The comment at the begining of aix-thread.c says that it should work on 4.3+ systems... Has anybody been able to build it on a 4.3.2 machine? Does anybody have something else than version 1 of the pthread debug library installed on a 4.3+ system? If you have something else than version 1, you should see something like this in /usr/include/sys/pthdebug.h: /* The pthread debug library version number. This is used to maintain * binary compatibility. The initial release of the pthread debug * library in AIX 4.3.2, represented by PTHDB_VERSION_1, was a * technology only release and binary compatibility with it is not * guaranteed. It is kept in this file for historical perspective * only. */ #define PTHDB_VERSION_1 0xa1c432 #define PTHDB_VERSION_2 0xa1c433 #define PTHDB_VERSION_3 0xa1c434 Thanks, -- Joel