Arjen Markus wrote:
I am trying to compile GCC 4.8.1 under Cygwin.
../.././gcc/ada/gcc-interface/Make-lang.in:677: *** target pattern
contains no `%'.  Stop.
make[3]: Leaving directory
`/cygdrive/d/gcc-src/gcc-4.8.1/host-i686-pc-cygwin/gcc'
Makefile:4160: recipe for target `all-stage1-gcc' failed
make[2]: *** [all-stage1-gcc] Error 2


Really that doesn't seems Fortran specific.. so I CCed GCC list...

How you configure? Usually trunk builds fine with:

PATH_TO/configure --prefix=/usr/local/gfortran --program-suffix=-4.9 --enable-languages=c,c++,fortran --enable-checking=release --enable-threads=posix --enable-libgomp --enable-bootstrap --with-arch=native --with-tune=native --with-fpmath=sse --disable-libmudflap --disable-shared

The only problem is this:

  http://gcc.gnu.org/ml/gcc/2013-06/msg00020.html

but this patch

  Re: Failure bootstrapping GCC trunk on Cygwin

seems to fix it...


Ciao,
 Angelo.

Reply via email to