This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
make bootstramp cannot find stdio.h
- From: Dehmel, Rüdiger <de at lmnet dot de>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 20 Jan 2005 17:38:41 +0100
- Subject: make bootstramp cannot find stdio.h
Hello,
I need gcc and g++ running on mingw/msys without -sj-lj-exceptions
I try to configure / make bootstrap gcc-3.1 from the source tarball.
But make stops at least when compiling with xgcc: include files are missing!
stdio.h and other system include files.
Where xgcc looks for this includes?
The commandline has no absolute include path!
PS: I need gcc-3.1 because the project is compiled on
a gcc-3.1 cross compiler on a linux box.
Thank you
Ruediger