This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Compiling GCC under Cygwin
- From: Angelo Graziosi <angelo dot graziosi at alice dot it>
- To: fortran <fortran at gcc dot gnu dot org>
- Cc: gcc at gcc dot gnu dot org, arjen dot markus895 at gmail dot com
- Date: Wed, 19 Jun 2013 20:17:35 +0200
- Subject: Re: Compiling GCC under Cygwin
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.