From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1856236851823124041==" MIME-Version: 1.0 From: Jan Kratochvil To: elfutils-devel@lists.fedorahosted.org Subject: Re: prevernt -m32 testing in configure Date: Sat, 09 Aug 2014 20:11:56 +0200 Message-ID: <20140809181156.GA7141@host2.jankratochvil.net> In-Reply-To: trinity-4e045663-52aa-4942-b724-ea3aa118e54c-1407427840456@3capp-mailcom-bs04 --===============1856236851823124041== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Thu, 07 Aug 2014 18:10:40 +0200, daggs wrote: > Greetings, > = > I'm trying to compile elfutils-0.159 on a 64 bit system. > in the configure stage I'm getting to this situation: > checking whether gcc -m32 makes executables we can run.. and it fails. > = > I assume that this is because I don't have 32bit libs on my system. > now here is my issue, I cannot install 32bit libs, infact I need libelf t= o be 64 bit only. That -m32 configure check is there only for the purposes of the testsuite. Ignore that and all should work. If it does not work the problem is most probably unrelated to the -m32 issue. I have removed /lib/libc.so from my system and it all behaves as expected: checking whether gcc -m32 makes executables we can run... no configure: WARNING: not running biarch tests, gcc -m32 does not work + make check will: SKIP: run-backtrace-native-biarch.sh SKIP: run-backtrace-native-core-biarch.sh (2 tests were not run) This is all perfectly valid. Jan --===============1856236851823124041==--