Re: Successful Build: gcc-4.1-20051230 i686-pc-mingw32

2006-03-09 Thread Incognito
Thank you. Now it compiled and i built my first testfile. I only extracted the mingw-runtime and w32api into the --prefix directory. bye -- View this message in context: http://www.nabble.com/Successful-Build%3A-gcc-4.1-20051230-i686-pc-mingw32-t834182.html#a3317635 Sent from the gcc - Dev forum

Re: Successful Build: gcc-4.1-20051230 i686-pc-mingw32

2006-03-08 Thread Incognito
Thank you. I started again (deleted the generated files) and configured with "sh ../gcc-4.1.0/configure --prefix=/home/gcc41 --enable-threads=win32 --with-ld=/mingw/bin/ld --with-win32-nlsapi=unicode" and fired "make bootstrap". I think this time make made more than the last time, but ejected an

Re: Successful Build: gcc-4.1-20051230 i686-pc-mingw32

2006-03-08 Thread Incognito
Hi, i tried to compile gcc 4.1.0 (the final release) on windows, too. I'm using msys and configured the buildprocess with "--enable-threads=win32 --with-win32-nlsapi=unicode". On the msys console i type "make" and after a while i get the error with the Makefile on line 1277. I make the fix and co