From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 1 12:22:35 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CD1816A4CE for ; Tue, 1 Mar 2005 12:22:35 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D5843D1F for ; Tue, 1 Mar 2005 12:22:34 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.ne.client2.attbi.com[66.30.82.93]) by comcast.net (sccrmhc14) with ESMTP id <2005030112223001400s7l0ee>; Tue, 1 Mar 2005 12:22:34 +0000 Message-ID: <42245E86.5080105@comcast.net> Date: Tue, 01 Mar 2005 07:22:30 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20050201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <16931.17425.441677.617748@canoe.dclg.ca> <20050228195102.GB59327@dragon.nuxi.com> <4223CA11.6040008@comcast.net> <20050301023829.GA28427@troutmask.apl.washington.edu> In-Reply-To: <20050301023829.GA28427@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ia32 ports... X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 12:22:35 -0000 Steve Kargl wrote: > On Mon, Feb 28, 2005 at 08:49:05PM -0500, Sean wrote: > >>I thought I have seen posts stating that people are using 32 version of >>programs on 64 bit amd? > > > It's a very simple concept. If you have 64-bit FreeBSD dynamic > linked binaries, you need the 64-bit FreeBSD shared libraries to > run them. If you have 32-bit FreeBSD dynamic linked binaries, > then you need the 32-bit FreeBSD shared libraries to run them. > If you have the 32-bit linux dynamic binaries, then you need to > have the 32-bit linux shared libraries. I have 314 libraries and > symlinks in /usr/lib32. > > >>So I guess some people have done this with the two copies you mentioned? > > > David was talking about *building* the 32-bit software on a 64-bit > machine. This isn't supported. What you can do is take a 32-bit > binary, built on a 32-bit machine, and run it on your 64-bit amd64 > system. "make buildworld" is setup to build the needed 32-bit > libraries and loader on a 64-bit system/ > > >>Then why if these 32 bit programs can't easily be built, if at all, do >>we add such things as with_lib32=yes to make.conf and options like >>LINPROCFS, COMPAT_LINUX32 ,COMPAT_IA32 , COMPAT_FREEBSD4 ,COMPAT_43 to >>the kernel config? >>I thought with these added in 32 bit program support was available? > > > Yes. > But all this means the 32 bit versions can't be built on a 64 bit version?