From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6090 invoked by alias); 16 Jan 2012 13:42:35 -0000 Received: (qmail 6060 invoked by uid 22791); 16 Jan 2012 13:42:33 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_BG,TW_IB X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jan 2012 13:42:23 +0000 From: "rguenth at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug classpath/39747] Installation documentation should suggest building libgmp as PIC for building with libjava Date: Mon, 16 Jan 2012 13:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: classpath X-Bugzilla-Component: classpath X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Component Version Product Target Milestone Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2012-q1/txt/msg00038.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39747 Richard Guenther changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libgcj |classpath Version|4.4.0 |0.98 Product|gcc |classpath Target Milestone|4.4.7 |--- Summary|[4.4/4.5/4.6/4.7 |Installation documentation |Regression] Installation |should suggest building |documentation should |libgmp as PIC for building |suggest building libgmp as |with libjava |PIC for building with | |libjava | --- Comment #7 from Richard Guenther 2012-01-16 13:41:15 UTC --- Classpath install requirements are not documented in install.texi at all so there is no precedent for a classpath related change to qualify as GCC regression. What is at fault is that when building a shared library classpath configury does not properly test for a usable libgmp. Re-targeting to classpath, removing regression markers. install.texi could have an enhancement bug to mention classpath and its configury.