Date: Mon, 16 Jan 2006 12:40:22 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: kael@sonic.net Cc: freebsd-amd64@freebsd.org Subject: Re: Docs for running 32-bit apps? Message-ID: <20060116204022.GA15908@troutmask.apl.washington.edu> In-Reply-To: <cd02cc220601161145o5dca76f5s8e4095f882eb0e05@mail.gmail.com> References: <cd02cc220601161027o22df47d6m1e9642e40e13f957@mail.gmail.com> <20060116183735.GA15021@troutmask.apl.washington.edu> <cd02cc220601161047p3ffd016cy1dc70e2f33538dea@mail.gmail.com> <20060116191915.GB15316@troutmask.apl.washington.edu> <cd02cc220601161145o5dca76f5s8e4095f882eb0e05@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 16, 2006 at 11:45:49AM -0800, Kael Fischer wrote: > > If you can't recompile raftercc and blasta for amd64, then try > > to find the missing 32bit libs and drop them im /usr/lib32. > > You could create a symlink to get libm.so.2 (although I don't > > recommend this approach). A symlink probably won't work for > > libstdc++.co.3 because the C++ ABI changed. > > So in the normal buildworld on amd64 these get built, right? You need to add "WITH_LIB32=yes" to /etc/make.conf. This will then build the 32 bit libraries and install them. > > so it seems like lib32 stuff should be standard. > You may need to add COMPAT_FREEBSD4, COMPAT_FREEBSD5 (or whatever the names) to the kernel config file. -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060116204022.GA15908>