Date: Sun, 14 Nov 2004 12:44:01 -0800 From: Peter Wemm <peter@wemm.org> To: freebsd-amd64@freebsd.org Subject: Re: Finally got it working... more help required Message-ID: <200411141244.01695.peter@wemm.org> In-Reply-To: <B0DCB0C6-3624-11D9-8634-000393C788BA@hydrix.com> References: <I6VW1I00.TN1@hadar.amcc.com> <4190043C.3030409@jrv.org> <B0DCB0C6-3624-11D9-8634-000393C788BA@hydrix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 14 November 2004 02:05 am, Jean-Yves Avenard wrote: > Hello > > I took a shot, > After always failed to upgrade a FreeBSD 5.x from i386 to AMD64 mode > I took the plunge and re-installed from scratch FreeBSD 5.3 for > AMD64. > > And it worked ; very please about that. > > Now there are some tools that won't compile in AMD64 mode (like > cvsgraph and cvsweb 3.0) > So I was wondering if there's any good source of information on how > to run 32bits applications? > How do I build and make the 386 mode work in AMD64? > > When I try to run a program complied with FreeBSD 5.3 i386 I get an > error about libelf32 missing. If you are running CURRENT or RELENG_5, you can put "WITH_LIB32=yes" in /etc/make.conf and you will get 32 bit libraries with 'make world'. If you are running 5.3-RELEASE (any build for the last few months) you can "cd /usr/src; sh tools/lib32/build.sh" and it should make the base 32 bit libraries for you. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411141244.01695.peter>