bug-gnu-chess
[Top][All Lists]
Advanced

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

Re: Compiling woes


From: Stuart Cracraft
Subject: Re: Compiling woes
Date: Sun, 24 Dec 2000 12:47:04 -0800

Looks like your Makefile isn't expanding the $(.....) variable after the -D in
the command line gcc runs to compile atak.c.

Try the Makefile attached to this. If there is an extra module, just delete
the references to extramodule.o in the objects line until you can recompile.

Another alternative is  to get the latest version of configure form www.gnu.org,
compile and reinstall it on your system and then rerun the GNU 5.00 configure.

Your choice.

At 09:53 AM 12/24/2000 -0800, Sean Power wrote:
>I don't know if this is a bug, or what it is period ..
>i guess that's why i figure i'll post this here ...
>
>Script started on Sun Dec 24 12:40:54 2000
>
>address@hidden:/usr/local# uname -a
>Linux dunce 2.2.16 #97 Fri Jun 16 19:45:30 PDT 2000
>i586 unknown
>
>address@hidden:/usr/local# tar zxvf chess-5.00.tar.gz
>chess-5.00/
>chess-5.00/COPYRIGHT
>chess-5.00/COPYING
>chess-5.00/src/
>chess-5.00/src/Makefile.in
>chess-5.00/src/atak.c
>chess-5.00/src/book.c
>chess-5.00/src/book.dat
>chess-5.00/src/book.h
>chess-5.00/src/book.pgn
>chess-5.00/src/cmd.c
>chess-5.00/src/common.h
>chess-5.00/src/configure.in
>chess-5.00/src/epd.c
>chess-5.00/src/eval.c
>chess-5.00/src/eval.h
>chess-5.00/src/genmove.c
>chess-5.00/src/hash.c
>chess-5.00/src/hung.c
>chess-5.00/src/init.c
>chess-5.00/src/iterate.c
>chess-5.00/src/main.c
>chess-5.00/src/makefile.bkp
>chess-5.00/src/makefile.dos
>chess-5.00/src/makefile.unv
>chess-5.00/src/move.c
>chess-5.00/src/null.c
>chess-5.00/src/output.c
>chess-5.00/src/pgn.c
>chess-5.00/src/quiesce.c
>chess-5.00/src/random.c
>chess-5.00/src/repeat.c
>chess-5.00/src/search.c
>chess-5.00/src/solve.c
>chess-5.00/src/sort.c
>chess-5.00/src/swap.c
>chess-5.00/src/term1.c
>chess-5.00/src/test.c
>chess-5.00/src/ttable.c
>chess-5.00/src/univ.c
>chess-5.00/src/univ.h
>chess-5.00/src/util.c
>chess-5.00/src/version.c
>chess-5.00/src/version.h
>chess-5.00/src/configure
>chess-5.00/src/install-sh
>chess-5.00/book/
>chess-5.00/book/book.pgn
>chess-5.00/doc/
>chess-5.00/doc/README
>chess-5.00/doc/ChangeLog
>chess-5.00/doc/INSTALL
>address@hidden:/usr/local# cd chess-5.00
>
>address@hidden:/usr/local/chess-5.00# cd src
>
>address@hidden:/usr/local/chess-5.00/src# ./configure
>creating cache ./config.cache
>checking for gcc... gcc
>checking whether the C compiler (gcc  ) works... yes
>checking whether the C compiler (gcc  ) is a
>cross-compiler... no
>checking whether we are using GNU C... yes
>checking whether gcc accepts -g... yes
>checking for a BSD compatible install...
>/usr/bin/ginstall -c
>checking for sqrt in -lm... yes
>checking for tgetent in -ltermcap... yes
>checking for printw in -lcurses... yes
>checking how to run the C preprocessor... gcc -E
>checking for ANSI C header files... yes
>checking for fcntl.h... yes
>checking for time.h... yes
>checking for sys/file.h... yes
>checking for sys/ioctl.h... yes
>checking for sys/time.h... yes
>checking for unistd.h... yes
>checking for working const... yes
>checking for inline... inline
>checking for size_t... yes
>checking whether time.h and sys/time.h may both be
>included... yes
>checking size of long... 4
>checking whether gcc needs -traditional... no
>checking return type of signal handlers... void
>checking for gettimeofday... yes
>checking for strstr... yes
>checking for strtol... yes
>checking for strtoul... yes
>checking for memset... yes
>checking for setvbuf... yes
>updating cache ./config.cache
>creating ./config.status
>creating Makefile
>
>address@hidden:/usr/local/chess-5.00/src# make
>gcc -c -O3 -Winline -Wmissing-prototypes
>-funroll-loops -fomit-frame-pointer -D$atak.c: In
>function `GenAtaks':
>atak.c:173: fixed or forbidden register 7 (sp) was
>spilled for class GENERAL_RE$This may be due to a
>compiler bug or to impossible asm
>statements or clauses.
>make: *** [atak.o] Error 1
>
>address@hidden:/usr/local/chess-5.00/src# :(
>bash: syntax error near unexpected token `:('
>
>Script done on Sun Dec 24 12:43:32 2000
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Shopping - Thousands of Stores. Millions of Products.
>http://shopping.yahoo.com/
>
>
>[**SEND TO DEADMAIL**][U] 

Attachment: Makefile
Description: Text document


reply via email to

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