Date: Sun, 27 Feb 2005 12:56:29 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Damian Gerow <dgerow@afflictions.org> Cc: freebsd-amd64@freebsd.org Subject: Re: Word Processor on AMD64 Message-ID: <20050227205629.GA66621@troutmask.apl.washington.edu> In-Reply-To: <20050227204615.GF35988@afflictions.org> References: <20050227182359.GE35988@afflictions.org> <20050227183436.GA82670@troutmask.apl.washington.edu> <20050227204615.GF35988@afflictions.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 27, 2005 at 03:46:15PM -0500, Damian Gerow wrote: > Thus spake Steve Kargl (sgk@troutmask.apl.washington.edu) [27/02/05 13:35]: > : > Are there any good[1] word processors that are currently available for use > : > on AMD64 systems? > : > : amd64 has both 32-bit FreeBSD and Linux support. I use > : the 32-bit linux version of OO on my system. > > Yeah, I guess I left out one big piece of information: it has to be 64-bit. > I'm running 64-bit FreeBSD, and would really rather not swap over to 32-bit. > You don't swap over to 32-bit. You can run 32-bit FreeBSD or linux binaries on the 64-bit FreeBSD (as known as FreeBSd-amd64). Add the following to your kernel config and rebuild. options COMPAT_IA32 #Compatible with i386 binaries options COMPAT_LINUX32 #Compatible with i386 linux binaries Add "WITH_LIB32=yes" to /etc/make.conf and rebuild world. -- steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050227205629.GA66621>