Word Processor on AMD64

Steve Kargl sgk at troutmask.apl.washington.edu
Sun Feb 27 20:56:33 GMT 2005


On Sun, Feb 27, 2005 at 03:46:15PM -0500, Damian Gerow wrote:
> Thus spake Steve Kargl (sgk at 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


More information about the freebsd-amd64 mailing list