> However, when I try "make", I get the following thing, and I have no > idea of what I should do with it (sorry, but I don't have much time to > devote to reading threads in dedicated forums) : > > make all-recursive > Making all in utils > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c gg_utils.c > rm -f libutils.a > ar cru libutils.a getopt.o getopt1.o random.o gg_utils.o > ranlib libutils.a > Making all in sgf > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils > -I../interface -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast > -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wmissing-declarations -Wp,-lang-c89 -c sgfgen.c > cc1: error: unrecognized option `-lang-c89' > make[2]: *** [sgfgen.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive-am] Error 2
You didn't specify which version of GNU Go you are trying to compile, but I don't think the -lang-c89 option is used any more. So I think you are trying to compile an older version. What version of GNU Go are you trying to compile? Did you try compiling GNU Go 3.6 or 3.7.x? Daniel Bump _______________________________________________ gnugo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnugo-devel

