From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19337 invoked by alias); 20 Dec 2002 11:07:17 -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 19312 invoked from network); 20 Dec 2002 11:07:12 -0000 Received: from unknown (HELO out012.verizon.net) (206.46.170.137) by 209.249.29.67 with SMTP; 20 Dec 2002 11:07:12 -0000 Received: from verizon.net ([151.196.178.31]) by out012.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20021220110700.FTQJ1461.out012.verizon.net@verizon.net>; Fri, 20 Dec 2002 05:07:00 -0600 Message-ID: <3E02F9F3.65E2EF1F@verizon.net> Date: Fri, 20 Dec 2002 03:07:00 -0000 From: "Hillel (Sabba) Markowitz" X-Accept-Language: en MIME-Version: 1.0 To: Joel Brobecker CC: GDB help mailing list Subject: Re: GDB build fails on DEC OSF V5.1a but not OSF V4.0f References: <3E1DAD71@webmail.bcpl.net> <20021220101329.GF1137@gnat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00298.txt.bz2 Joel Brobecker wrote: > > > When built on DEC OSF V5.1A, gdb gets a seg fault. When built on DEC > > OSF 4.0f it runs correctly. When copied from the DEC OSF V4.0f to the > > DEC OSF V5.1A platform, gdb runs successfully. > > It would be more helpful if you could send more details about your > problem. For instance, which version of GDB did you build? Using which > compiler? A simple program that we could use to reproduce your problem > is also helpful. I just rebuilt 5.3 on Tru64 5.1A using GCC, and got the > usual results from the testsuite. > > -- > Joel gcc-3.2.1 with a basic hellow world (though any test program works the same int main(int argc, char **argv) { printf("hellow world\n"); /* A a number of prints here */ #ifdef __dec printf("__dec is defined\n"); #else printf("__dec is NOT defined\n"); #endif /* Put in a bunch of variable defined tests as above */ . . . } That is all compile with gcc -g testit.c -o testit gdb testit I did not run the test suite (gmake check) on the gdb installation. -- Said the fox to the fish, "Join me ashore". The fish are the Jews, Torah is our water. Hillel (Sabba) Markowitz sabbahem@bcpl.net, Sabba.Hillel@verizon.net