From owner-freebsd-stable@FreeBSD.ORG Tue Aug 23 08:11:48 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFAF7106564A for ; Tue, 23 Aug 2011 08:11:48 +0000 (UTC) (envelope-from edho@myconan.net) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 793178FC12 for ; Tue, 23 Aug 2011 08:11:48 +0000 (UTC) Received: by yxn22 with SMTP id 22so3482632yxn.13 for ; Tue, 23 Aug 2011 01:11:47 -0700 (PDT) Received: by 10.42.132.194 with SMTP id e2mr3582745ict.127.1314085601095; Tue, 23 Aug 2011 00:46:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.184.5 with HTTP; Tue, 23 Aug 2011 00:46:11 -0700 (PDT) In-Reply-To: <1314084403216-4725801.post@n5.nabble.com> References: <201103092015.p29KFd0U077849@dave.dignus.com> <1314084403216-4725801.post@n5.nabble.com> From: Edho Arief Date: Tue, 23 Aug 2011 14:46:11 +0700 Message-ID: To: noel beck Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: -m32 on freeBSD 8.2r amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 08:11:48 -0000 On Tue, Aug 23, 2011 at 2:26 PM, noel beck wrote: > We are trying to compile i386 on a FreeBSD 8.2r amd64. > we are getting an error stating that libstdc++.so.6, is missing. > COMPACT6x and COMPACT7x have been installed. But this does not solve the > problem. > Is it possible to compile i386 on and amd64 system? > I believe compiler flags to /lib32 is required (-L/usr/lib32 or something)