This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]