From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1079 invoked by alias); 18 Dec 2006 03:03:26 -0000 Received: (qmail 1065 invoked by uid 22791); 18 Dec 2006 03:03:25 -0000 X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Dec 2006 03:03:20 +0000 Received: from hiauly1.hia.nrc.ca (hiauly1.hia.nrc.ca [127.0.0.1] (may be forged)) by hiauly1.hia.nrc.ca (8.13.7/8.13.7) with ESMTP id kBI332AM010993; Sun, 17 Dec 2006 22:03:04 -0500 (EST) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.13.7/8.13.7/Submit) id kBI2fehd007870; Sun, 17 Dec 2006 21:41:40 -0500 (EST) Message-Id: <200612180241.kBI2fehd007870@hiauly1.hia.nrc.ca> Subject: Re: Likely obsolete pieces of GDB To: dave@hiauly1.hia.nrc.ca (John David Anglin) Date: Mon, 18 Dec 2006 03:03:00 -0000 From: "John David Anglin" Cc: drow@false.org, gdb@sourceware.org, dave.anglin@nrc-cnrc.gc.ca, brobecker@adacore.com, kettenis@gnu.org In-Reply-To: <200612170123.kBH1NfVF025104@hiauly1.hia.nrc.ca> from "John David Anglin" at Dec 16, 2006 08:23:40 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2006-12/txt/msg00162.txt.bz2 > I have built 6.5 on HP-UX 10.20. I will report back on the current > status of the cvs source. The current cvs still builds on HP-UX 10.20. I used GCC 4.1.1. The system has a complete HP patch set. I had the cma hack applied to configure to disable thread support. The only minor problem was I had to define CPPFLAGS as follows prior to running configure: export CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" If I don't do this, there's a declaration conflict for fseeko and fseeko64. Without these defines, configure doesn't find the routines in . However, the defines are used during the build and this a conflict occurs with gdb's internal declaration of these two routines. The define for _LARGEFILE_SOURCE may be implicit. _LARGEFILE64_SOURCE is definitely by gdb. I think the same issue is present under HP-UX 11. The testsuite is running... I'll check building without the cma hack. Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602)