From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31417 invoked by alias); 13 Mar 2002 21:26:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 31384 invoked by uid 71); 13 Mar 2002 21:26:01 -0000 Date: Wed, 13 Mar 2002 13:26:00 -0000 Message-ID: <20020313212601.31383.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Rainer Orth Subject: Re: libgcj/5944: gnu/gcj/io/shs.cc doesn't compile on Solaris 2.5.1 (bootstrap failure) Reply-To: Rainer Orth X-SW-Source: 2002-03/txt/msg00450.txt.bz2 List-Id: The following reply was made to PR libgcj/5944; it has been noted by GNATS. From: Rainer Orth To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: libgcj/5944: gnu/gcj/io/shs.cc doesn't compile on Solaris 2.5.1 (bootstrap failure) Date: Wed, 13 Mar 2002 22:20:26 +0100 (MET) > >Category: libgcj > >Responsible: unassigned > >Synopsis: Use of uint32_t breaks libgcj bootstrap on Solaris 2.5.1 > >Arrival-Date: Wed Mar 13 12:16:05 PST 2002 Trying to bootstrap on Tru64 UNIX V4.0F, I noticed a similar problem: this system doesn't have any definition of uint_t in system headers, so bootstrap with --enable-libgcj is broken on this platform as well. Rainer