Date: Fri, 18 Jan 2008 16:40:03 GMT From: "Scot Hetzel" <swhetzel@gmail.com> To: freebsd-amd64@FreeBSD.org Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 Message-ID: <200801181640.m0IGe3XD003424@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/119771; it has been noted by GNATS. From: "Scot Hetzel" <swhetzel@gmail.com> To: "Isupov A.Yu." <isupov@moonhe.jinr.ru> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 Date: Fri, 18 Jan 2008 10:07:26 -0600 Currently, building i386 programs under FreeBSD/amd64 is not supported. The reason for this is you need the i386 includes to build your program, but they are not installed during a installworld (see stage 5.1 in src/Makefile.inc1). It's not clear in your report, are you recompiling the program under i386, or copying the binary from FreeBSD/amd64 to the FreeBSD/i386 system? If you build your program under FreeBSD/i386, does your program run without these problems on i386 and amd64? Scot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801181640.m0IGe3XD003424>