This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Glibc 2.3.2 failure


hi there, i'm not building a cross compiler, just trying to compile glibc 2.3.2 in a chroot environment with gcc 3.3.2
has anyone seen the following error message and where should i look for the problem?


checking for a BSD-compatible install... /static-tools/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking for gcc... gcc
checking version of gcc... 3.3.2, ok
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.80, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... no
checking for makeinfo... makeinfo
checking version of makeinfo... 4.6, ok
checking for sed... sed
checking version of sed... 4.0.9, ok
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
I have no name!:/src#


i've checked config.log, and it's got loads of error message, like missing files etc, any ideas how to fix it?


configure:3108: checking for gcc option to accept ANSI C
configure:3169: gcc -c -g -O2 conftest.c >&5
configure:3125:19: stdio.h: No such file or directory
configure:3126:23: sys/types.h: No such file or directory
configure:3127:22: sys/stat.h: No such file or directory
configure:3130: error: parse error before '*' token
configure:3130: warning: `struct stat' declared inside parameter list
configure:3130: warning: its scope is only this definition or declaration, which is probably not what y
configure:3130: warning: data definition has no type or storage class
configure:3149: error: parse error before "FILE"
configure:3149: warning: `struct stat' declared inside parameter list
configure:3149: error: `pairnames' declared as function returning a function
configure:3149: error: parse error before "int"
configure:3172: $? = 1



configure:3374: checking how to run the C preprocessor
configure:3410: gcc -E conftest.c
In file included from /static-tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/syslimits.h:7,
from /static-tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/limits.h:11,
from configure:3406:
/static-tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/limits.h:122:75: limits.h: No such file or di
configure:3416: $? = 1


configure:3410: gcc -E -traditional-cpp  conftest.c
configure:3408: assert.h: No such file or directory
configure:3416: $? = 1


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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