This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available
- From: "uweigand at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2004 13:11:23 -0000
- Subject: [Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available
- References: <20041124125909.18645.Dirk.Schwartzkopff@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 13:11 -------
You are apparently trying to build a bi-arch s390x-ibm-linux compiler;
this is possible only if you have *both* 64-bit and 31-bit libc developement
packages (including crt*.o) available.
You'll need to either provide a 31-bit libc development pacakge,
or else configure gcc with --disable-multilib to build a pure
64-bit compiler.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18645