amd64/119771: troubles w/ -m32 executables on both amd64 and
i386
Scot Hetzel
swhetzel at gmail.com
Fri Jan 18 08:40:03 PST 2008
The following reply was made to PR amd64/119771; it has been noted by GNATS.
From: "Scot Hetzel" <swhetzel at gmail.com>
To: "Isupov A.Yu." <isupov at moonhe.jinr.ru>
Cc: FreeBSD-gnats-submit at 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
More information about the freebsd-amd64
mailing list