Le Monday 19 April 2010 08:26:59 Sverre Rabbelier, vous avez écrit : > Heya, > > On Mon, Apr 19, 2010 at 07:59, Yves Caniou <yves.caniou@xxxxxxxxxxx> wrote: > > After the ./configure --prefix=$HOME/git, the make all gives me > > Which revision are you trying to compile? I should have recall this in the mail, instead of just let it in the subject: 1.7.0.5 > Also, it's probably more > helpful to just post the result of 'make all' verbatim, rather than > snippets. Ok. Thanks to wereHamster on IRC, it appears that the compiler that was used for compilation is the Hitachi Cc version 6.2 and not gcc, because ./configure detects cc and uses cc instead of gcc. Here is the output of the make all, made after the ./configure [...] -------- $>make all * new build flags or prefix CC fast-import.o cc: Warning: 100, Unknown option, "-g" option is ignored. fast-import.c: 2622: Warning: 2570, Value assigned to enumeration object "type" is different type. fast-import.c: 1776: Warning: 2570, Value assigned to enumeration object "type" is different type. fast-import.c: 2213: Warning: 2570, Value assigned to enumeration object "type" is different type. fast-import.c: 2346: Warning: 2570, Value assigned to enumeration object "type" is different type. CC abspath.o cc: Warning: 100, Unknown option, "-g" option is ignored. CC advice.o cc: Warning: 100, Unknown option, "-g" option is ignored. CC alias.o cc: Warning: 100, Unknown option, "-g" option is ignored. CC alloc.o cc: Warning: 100, Unknown option, "-g" option is ignored. CC archive.o cc: Warning: 100, Unknown option, "-g" option is ignored. archive.c: 223: Serious: 4470, Initialization value must be address constant expression. archive.c: 309: Serious: 4470, Initialization value must be address constant expression. archive.c: 311: Serious: 4470, Initialization value must be address constant expression. archive.c: 313: Serious: 4470, Initialization value must be address constant expression. archive.c: 315: Serious: 4470, Initialization value must be address constant expression. archive.c: 316: Serious: 4470, Initialization value must be address constant expression. archive.c: 317: Serious: 4470, Initialization value must be address constant expression. archive.c: 318: Serious: 4470, Initialization value must be address constant expression. archive.c: 319: Serious: 4470, Initialization value must be address constant expression. archive.c: 320: Serious: 4470, Initialization value must be address constant expression. archive.c: 321: Serious: 4470, Initialization value must be address constant expression. archive.c: 322: Serious: 4470, Initialization value must be address constant expression. archive.c: 323: Serious: 4470, Initialization value must be address constant expression. archive.c: 324: Serious: 4470, Initialization value must be address constant expression. archive.c: 325: Serious: 4470, Initialization value must be address constant expression. archive.c: 326: Serious: 4470, Initialization value must be address constant expression. archive.c: 329: Serious: 4470, Initialization value must be address constant expression. archive.c: 332: Serious: 4470, Initialization value must be address constant expression. archive.c: 334: Serious: 4470, Initialization value must be address constant expression. make: *** [archive.o] Error 1 ------------ Note that the direct compilation with the following command calls gcc, worked and the installation was successful. $>make prefix=$HOME/git install Thank you. .Yves. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html