gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] Gnugo compile failed


From: Richard Johnson
Subject: [gnugo-devel] Gnugo compile failed
Date: Sat, 2 Nov 2024 16:33:59 +0000 (UTC)

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/Gnu Go/gnugo-3.8/patterns/../engine/liberty.h:861: multiple definition of `meaningless_white_moves'; mkpat.o:/home/rvj/LockBox/Projects/Gnu Go/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/Gnu Go/gnugo-3.8/patterns/../engine/liberty.h:860: multiple definition of `meaningless_black_moves'; mkpat.o:/home/rvj/LockBox/Projects/Gnu Go/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/Gnu Go/gnugo-3.8/patterns/../engine/liberty.h:861: multiple definition of `meaningless_white_moves'; mkpat.o:/home/rvj/LockBox/Projects/Gnu Go/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/Gnu Go/gnugo-3.8/patterns/../engine/liberty.h:860: multiple definition of `meaningless_black_moves'; mkpat.o:/home/rvj/LockBox/Projects/Gnu Go/gnugo-3.8/patterns/../engine/liberty.h:860: first defined here

collect2: error: ld returned 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]