gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] Go as SPEC benchmark?


From: Gunnar Farneback
Subject: Re: [gnugo-devel] Go as SPEC benchmark?
Date: Sat, 16 Nov 2002 14:08:53 +0100
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode)

Dan wrote:
> > ld: Type mismatch for symbol "move"; resolving OBJECT symbol (in file
> > ../engine/
> 
> Since the move struct array is implicated in the backtrace maybe
> this is significant.

Most likely, yes. Looking closer at the warning we can see

> tterns.a ../engine/libengine.a libpatterns.a ../sgf/libsgf.a
> ../utils/libutils.a
>  libdfa.a -lcurses -lm
> ld: Type mismatch for symbol "move"; resolving OBJECT symbol (in file
> ../engine/
> libengine.a[move_reasons.o]) to FUNC symbol (in file
> /usr/lib/hpux32/libcurses.s
> o)
> 1 warnings.

that this apparently has something to do with the curses library.

I'm fairly certain that this problem would go away by adding the
--without-curses option to configure.

/Gunnar




reply via email to

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