From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29735 invoked by alias); 22 Oct 2004 03:01:58 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 29721 invoked by uid 48); 22 Oct 2004 03:01:58 -0000 Date: Fri, 22 Oct 2004 03:01:00 -0000 From: "aaronavay62 at aaronwl dot com" To: java-prs@gcc.gnu.org Message-ID: <20041022030156.18104.aaronavay62@aaronwl.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18104] New: Incorrect CLASSPATH separator in libjava breaks bootstrap X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00186.txt.bz2 List-Id: The libjava Makefiles are hardwired to use ':' as a CLASSPATH separator. Gcj, however, picks the separator based on system-specific configuration, and so correctly chooses ';' on MinGW. This will cause bootstrap in libjava to fail when the incorrect CLASSPATH separator as used, as it sees all components of the CLASSPATH as a single file, and so cannot find any files. -- Summary: Incorrect CLASSPATH separator in libjava breaks bootstrap Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18104