bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Compiling .16 on Debian Testing error


From: Christian Anthon
Subject: Re: [Bug-gnubg] Compiling .16 on Debian Testing error
Date: Sat, 8 Dec 2007 20:16:51 +0100

Hi Dave,

yes gnubg normally compiles fine on linux. Your compile error suggest that you are not using the latest version since dynarray.c is no longer in the source. I suggest that you obtain a snapshot from here http://www.gnubg.org/media/sources/

If you are interested in running the threaded version you need to do the following

./autogen.sh
./configure --enable-threads
make

and then as root

make install

and set the number of threads in Settings -> Options -> Other

Christian.

On Dec 8, 2007 7:52 PM, Dave Bellows <address@hidden > wrote:
OK, starting a new thread.  I'm attempting to compile .16 for Debian
testing.  I've gotten through the configure script and during make I
get the following error message (cropped):

make  all-recursive
make[1]: Entering directory `/home/dave/gnubg'
Making all in lib
make[2]: Entering directory `/home/dave/gnubg/lib'
make[2]: *** No rule to make target `dynarray.lo', needed by
`libevent.la'.  Stop.
make[2]: Leaving directory `/home/dave/gnubg/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dave/gnubg'
make: *** [all] Error 2

I don't really know what it all means. I just run "configure;make;make
install" in these things and hope for the best.  That said, does
anyone have any suggestions?   Has anyone gotten this to compile in
Linux?


_______________________________________________
Bug-gnubg mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnubg


reply via email to

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