problems building GCC HEAD on MingW32
Jonathan Wilson
jonwil@tpgi.com.au
Tue Oct 14 16:10:00 GMT 2003
Basicly, I am using latest gcc, binutils & related tools from mingw.org
plus msys and msysdtk
and I am using stock GCC CVS HEAD configured with just sh configure and
compiled with just make
the error I get is:
make[3]: Leaving directory `/c/gcc/i686-pc-mingw32/libstdc++-v3'
Making all in include
make[3]: Entering directory `/c/gcc/i686-pc-mingw32/libstdc++-v3/include'
make[3]: *** No rule to make target
`/c/gcc/i686-pc-mingw32/libstdc++-v3/../gcc/
gthr.h', needed by `i686-pc-mingw32/bits/gthr.h'. Stop.
make[3]: Leaving directory `/c/gcc/i686-pc-mingw32/libstdc++-v3/include'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/gcc/i686-pc-mingw32/libstdc++-v3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/c/gcc/i686-pc-mingw32/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
Someone said before that I need to do some patches to head, anyone know
what patches I need to make?
Without a usable HEAD on win32, I cant implement TLS (since the GCC people
dont take patches on anything other than HEAD)
More information about the Gcc
mailing list