From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1984 invoked by alias); 26 May 2011 19:18:10 -0000 Received: (qmail 1960 invoked by uid 22791); 26 May 2011 19:18:09 -0000 X-SWARE-Spam-Status: No, hits=-2.6 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; Thu, 26 May 2011 19:17:56 +0000 From: "fchen0000 at gmail dot com" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/42750] OpenMP/gcc build fails with /usr/local/lib/libgmp.so: could not read symbols: File in wrong format X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fchen0000 at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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 Date: Thu, 26 May 2011 19:18:00 -0000 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: 2011-q2/txt/msg00043.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42750 Feng Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fchen0000 at gmail dot com --- Comment #2 from Feng Chen 2011-05-26 19:17:33 UTC --- Would some1 be able to point to me how to build (and keep) both 32bit and 64bit version of libgmp in my system so the gcc can be built? btw, I do not have root access for this particular machine so I always use "./configure --prefix=$HOME/local" (In reply to comment #1) > This is related to PR 39747. The issue is that you need both 32bit and 64bit > libgmp for the target if you are compiling libjava also.