From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27622 invoked by alias); 28 Aug 2004 13:50:09 -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 27606 invoked by uid 48); 28 Aug 2004 13:50:09 -0000 Date: Sat, 28 Aug 2004 13:50:00 -0000 From: "kcook at gcc dot gnu dot org" To: java-prs@gcc.gnu.org Message-ID: <20040828135005.17222.kcook@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/17222] New: libjava fails to build due to command line length during link X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00346.txt.bz2 List-Id: Bootstrap fails during libjava on some targets This is apparently due to the extremely long command line of 73,379 characters given to the linker. Though it seems Automake should be able to handle this itself, I would think this could be circumvented by splitting the link into a several convenience libraries and then linking those together. Build output below -- Summary: libjava fails to build due to command line length during link Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kcook at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: powerpc-apple-darwin6.8 GCC host triplet: powerpc-apple-darwin6.8 GCC target triplet: powerpc-apple-darwin6.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17222