gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] gnugo 3.1.32: linker warning on Tru64


From: Teun Burgers
Subject: [gnugo-devel] gnugo 3.1.32: linker warning on Tru64
Date: Tue, 16 Apr 2002 18:40:58 +0200

Compaq Tru64 gives a warning on linking:

cc  -g3 -O2   -o gnugo  main.o play_ascii.o play_gmp.o play_gtp.o
play_solo.o play_test.o gmp.o gtp.o ../engine/libengine.a
../patterns/libpatterns.a ../patterns/libdfa.a ../sgf/libsgf.a
../utils/libutils.a -lcurses -lm
ld:
Warning: move defined as GLOBAL COMMON but is defined in a shared lib as
a GLOBAL FUNC

This warning does not affect the executable it appears. The regressions
run normally. I suppose the move array used in move_reasons.h may
be involved:

move_reasons.h:extern struct move_data move[BOARDMAX];

Teun



reply via email to

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