I have the following error message when attempting to compile gnugo: 
cc -g -O2 -o mkpat mkpat.o transform.o dfa.o ../utils/libutils.a-lm 

/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld:transform.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:861:
 multiple definition of`meaningless_white_moves'; 
mkpat.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:861:
 first defined here

/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld:transform.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:860:
 multiple definition of`meaningless_black_moves'; 
mkpat.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:860:
 first defined here

/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld:dfa.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:861:
 multiple definition of`meaningless_white_moves'; 
mkpat.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:861:
 first defined here

/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld:dfa.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:860:
 multiple definition of`meaningless_black_moves'; 
mkpat.o:/home/rvj/LockBox/Projects/GnuGo/gnugo-3.8/patterns/../engine/liberty.h:860:
 first defined here

collect2: error: ldreturned 1 exit status

make: ***[Makefile:371: mkpat] Error 1

All other folders compile without complaint

Unfortunately my comfort level in working with C is not nearly as high as it is 
with python.
Any guidance on how to proceed would be greatly appreciated.
Thank you!
Richard V. Johnson
_______________________________________________
gnugo-devel mailing list
gnugo-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to