On 4/30/2015 8:33 AM, Hogren wrote: > Le 29/04/2015 18:44, Martin Sebor a écrit : >>> make[3] : on quitte le répertoire « >>> /home/cov_flhe/src/gcc-5.1.0/i686-pc-cygwin/libquadmath » >>> make[2] : on quitte le répertoire « >>> /home/cov_flhe/src/gcc-5.1.0/i686-pc-cygwin/libquadmath » >>> make[1] : on quitte le répertoire « /home/cov_flhe/src/gcc-5.1.0 » >>> Makefile:901 : la recette pour la cible « all » a échouée >>> make: *** [all] Erreur 2 >> >> The directories in the make[3] and [2] messages above look >> like you might be building GCC in the source directory >> (.../src/gcc-5.1.0) which is not recommended. If that's >> the case, you might want to try the build again in a different >> directory (see https://gcc.gnu.org/wiki/FAQ#configure) >> >> If not, as Jonathan said, you will need to try to find the >> first error message in the log and figure out what it is >> that caused the failure (or post it here). >> >> Martin >> > > Thanks all for advices. > > I tried, but I have the same error. > When I run make again, I saw that "zip" is missing. I installed it and > run make again. > I have now this error : > > In file included from ../../../libjava/jni-libjvm.cc:14:0: > ../../../libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not > name a type > ParkHelper park_helper; > ^ > > > No package "park*" exists in cygwin. > > Someone has an idea ? > Did you refer to 'gcc -v' in your bootstrap compiler, to see which configure options may be made to work for cygwin? -- Tim Prince