From commits-return-56494-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Nov 19 12:51:35 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 90431 invoked from network); 19 Nov 2008 12:51:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2008 12:51:35 -0000 Received: (qmail 77723 invoked by uid 500); 19 Nov 2008 12:51:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 77706 invoked by uid 500); 19 Nov 2008 12:51:43 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 77697 invoked by uid 99); 19 Nov 2008 12:51:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 04:51:43 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 12:50:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4521B234C296 for ; Wed, 19 Nov 2008 04:50:44 -0800 (PST) Message-ID: <506003822.1227099044282.JavaMail.jira@brutus> Date: Wed, 19 Nov 2008 04:50:44 -0800 (PST) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5871) Cannot build 32bit C libraries on X86_64 Linux host In-Reply-To: <1203617411.1213300485074.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess closed HARMONY-5871. --------------------------------- Resolution: Fixed I committed the patch to use dynamic/system libraries and this works for me now. > Cannot build 32bit C libraries on X86_64 Linux host > --------------------------------------------------- > > Key: HARMONY-5871 > URL: https://issues.apache.org/jira/browse/HARMONY-5871 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M6 > Environment: x86_64 GNU/Linux > Reporter: Ian Rogers > Assignee: Mark Hindess > Attachments: build.out, build.out2, use.system.libs.for.awt.diff > > > I would like to build a 32bit version of Harmony on a x86_64 linux system for a VM with incomplete x86_64 support. Setting the CFLAGS and CXXFLAGS to define -m32 causes a failure during linking the C libraries (not all the components have picked up the CFLAGS). Running the build under linux32 is also unsuccessful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.