This is the mail archive of the gcc-help@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]

gcc build for mingw


Hello All,
I am trying to build the gcc (sources from trunk) mingw tools. But the below
error displayed:
==
In file included from ../.././gcc/tm.h:10,
from /trunk/libgcc/../gcc/libgcc2.c:36:
/trunk/libgcc/../gcc/config/i386/cygming.h:71: error: stdio.h: No such file or directory
In file included from ../.././gcc/tm.h:11,
from /trunk/libgcc/../gcc/libgcc2.c:36:


/trunk/libgcc/../gcc/config/i386/mingw32.h:207: error: windows.h: No such file or directory
make[2]: *** [_muldi3.o] Error 1
===
Could any one suggestion, what could be the wrong here?


Configure options:
==
/trunk/configure --target=i686-pc-mingw32 --prefix=/scratch/downloads/mingw/build/rel --with-gcc --with-gnu-as --with-gnu-ld --enable-threads=win32 --disable-win32-registry --enable-languages=c,c+ --with-gmp=/local/kafi/downloads/gmp/gmp-4.2.3/rel --with-mpfr=/local/kafi/downloads/mpfr/mpfr-2.3.1/rel
==


Thanks
Swami


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