From owner-freebsd-questions@FreeBSD.ORG Tue Sep 1 13:49:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3954C1065672 for ; Tue, 1 Sep 2009 13:49:48 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by mx1.freebsd.org (Postfix) with ESMTP id E8DF98FC22 for ; Tue, 1 Sep 2009 13:49:47 +0000 (UTC) Received: by ywh29 with SMTP id 29so7069152ywh.33 for ; Tue, 01 Sep 2009 06:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ff8jvyXlP8YfK3UVyskb8k1GBs/0mODuGvyVgo+PLII=; b=KDBoedVllqhcBf6MUyxrAbA+fCl9r7qvZmS4/0rZcoqVlAgTdn+J6CJaWzJKL1hx2e BlSx9k7kC+KC1mTwKyBmKdl6ojhUig+xlzuf4UsP9Dr4SVkj+UfcSIwNinkOXoKs+Xge 3O6IMr/x8JqXJZTDl5cjz8B73WzTwrnqOGvoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jGj2dr7ZCMOEqePIUgRL/c/84NgZTob4570GngPSRU2ZPBvW1xXAMsx4bPZgYyMstT yNc6zjFIl9eT9EjhpRBMTNTI+IwNR0JGTGi56IpHeGidACtwek8chdErmOAbvBNrHIzx wH3ARM9VBju4ud5A5lsAHQbIFSclaf7vcUFtw= MIME-Version: 1.0 Received: by 10.150.88.14 with SMTP id l14mr5094942ybb.346.1251812987265; Tue, 01 Sep 2009 06:49:47 -0700 (PDT) In-Reply-To: <44zl9f27fr.fsf@be-well.ilk.org> References: <80f4f2b20908310628p5129acc1qdb98311136bb716e@mail.gmail.com> <20090831163334.GA18945@slackbox.xs4all.nl> <44zl9f27fr.fsf@be-well.ilk.org> Date: Tue, 1 Sep 2009 09:49:47 -0400 Message-ID: <80f4f2b20909010649i369ebfbao428fd8450ea48c26@mail.gmail.com> From: Jim To: Jim , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: 32 bit ports on an AMD64 system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 13:49:48 -0000 > Also note that it is possible to have an i386 port-building jail on an > amd64 system. So, make/build/run a normal jail using the 64 bit os "world", add -m32 to the make.conf CFLAGS and CXXFLAGS, build stuff in the jail, and copy it to main (non-jailed) system, and run ldconfig on the library directories? I'd probably also change PREFIX/LOCALBASE to prevent the files from the ports from colling with the base system files when I copy them over. Thanks, -Jim Stapleton