http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46421
Summary: fatal error: stdio.h: No such file or directory
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 22370
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22370
The complete output from the make command
I was building a cross compiler for x86_64-pc-mingw32 on Fedora core 14.
Configured with:
../configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu
--target=x86_64-pc-mingw32 --with-gnu-as --with-gnu-ld --verbose
--disable-win32-registry --enable-version-specific-runtime-libs
--enable-languages=c,c++,objc,obj-c++,fortran
Soon after the xgcc was built, it tried compiling cygming.h, and I got the
error in the summary.
I ran make clean, then ran make >make-log.txt 2>&1
The make-long.txt is attached.