This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/3910: The building of the C compiler for Cross configuration powerpc-ibm-linux
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mustafa at il dot ibm dot com, nobody at gcc dot gnu dot org
- Subject: Re: c/3910: The building of the C compiler for Cross configuration powerpc-ibm-linux
- From: aoliva at gcc dot gnu dot org
- Date: 1 Aug 2001 17:44:27 -0000
Synopsis: The building of the C compiler for Cross configuration powerpc-ibm-linux
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Wed Aug 1 10:44:27 2001
State-Changed-Why:
It looks like you're missing the target system headers, i.e., those from linux and glibc. You have to configure --with-headers=/location/of/target/header/files and --with-libs=/location/of/target/libraries
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3910&database=gcc