From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26910 invoked by alias); 13 Jan 2004 10:39:51 -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 26896 invoked from network); 13 Jan 2004 10:39:51 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sources.redhat.com with SMTP; 13 Jan 2004 10:39:51 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1AgLxf-0000ev-00 for gdb@sources.redhat.com; Tue, 13 Jan 2004 05:39:51 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 5A84A4ACDA; Tue, 13 Jan 2004 05:40:06 -0500 (EST) To: gdb@sources.redhat.com Subject: building snapshot on hp-ux with hp tools Message-Id: <20040113104006.5A84A4ACDA@berman.michael-chastain.com> Date: Tue, 13 Jan 2004 10:39:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00166.txt.bz2 I'm building gdb+dejagnu-20040113.tar.bz2 on hpux 11.11 using the hp-ux tools, and I'm running into two problems. (1) expect doesn't build with hp-ux make. When I use gnu make, it builds fine. (2) dejagnu doesn't build because it doesn't find a C++ compiler I can think of several ways around this: (A) Make snapshots with no expect+dejagnu, such as gdb-20040113.tar.bz2. Since our releases are like that, I think it's okay for our snapshots to be like that. (B) Tell people who use snapshots to remove the expect and dejagnu subdirectories before building from source. (C) Upgrade dejagnu in sourceware (and upstream if necessary) to make the C++ compiler optional. Comments? Michael C