Re: Problems building 4.8 snapshot with CygWin

2012-04-15 Thread Dave Korn
On 14/04/2012 14:58, Kai Tietz wrote: > 2012/4/14 Nicolai Josuttis: >> The first problem was that >> build/gcc/gengtype-lex.c >> was created with DOS-Newlines (CR-LF), >> which makes the following compiling fail: >> make[2]: Entering directory `/cygdrive/p/gcc480snap-install/build/gcc' >> gcc -c

Re: Problems building 4.8 snapshot with CygWin

2012-04-14 Thread Kai Tietz
2012/4/14 Nicolai Josuttis: > Hi, > > I am currently trying to build >  gcc-4.8-20120401.tar.bz2 > on my Windows 7 Pro system using CygWin. > I am using the following configuration settings: >  configure \ >  --enable-languages=c++ \ >  --disable-bootstrap \ >  --prefix=/cygdrive/p/gcc$VERSION \ >

Problems building 4.8 snapshot with CygWin

2012-04-14 Thread Nicolai Josuttis
Hi, I am currently trying to build gcc-4.8-20120401.tar.bz2 on my Windows 7 Pro system using CygWin. I am using the following configuration settings: configure \ --enable-languages=c++ \ --disable-bootstrap \ --prefix=/cygdrive/p/gcc$VERSION \ --program-suffix=$VERSION \ --with-gxx-include