This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Compiling GCC under Cygwin
- From: Arjen Markus <arjen dot markus895 at gmail dot com>
- To: Fortran List <fortran at gcc dot gnu dot org>
- Date: Wed, 19 Jun 2013 17:14:55 +0200
- Subject: Compiling GCC under Cygwin
Hello,
I am trying to compile GCC 4.8.1 under Cygwin. After an initial struggle with
file permissions (some Windows/Cygwin-specific issue, having to do
with user domains),
I got it to run up to the compilation of gcc, but now I get the
following error message:
ranlib libdecnumber.a
make[3]: Leaving directory
`/cygdrive/d/gcc-src/gcc-4.8.1/host-i686-pc-cygwin/libdecnumber'
make[3]: Entering directory
`/cygdrive/d/gcc-src/gcc-4.8.1/host-i686-pc-cygwin/gcc'
../.././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
make[2]: Leaving directory `/cygdrive/d/gcc-src/gcc-4.8.1'
Makefile:20946: recipe for target `stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/cygdrive/d/gcc-src/gcc-4.8.1'
Makefile:889: recipe for target `all' failed
make: *** [all] Error 2
Does anyone know how to solve this? (I am a bit surprised Ada is
involved, as that
is not included in the build)
Regards,
Arjen