cc & gcc for Go game install
Douglas Alves
alves5 at cantv.net
Mon Jun 6 15:33:04 UTC 2005
Hello Fellas!
I wish to install the GNU Go 3.6 game found at
http://www.gnu.org/software/gnugo/download.html
and the CGoban 1.9.14 gui.
So I installed gcc from Synaptic but when I try ./configure on CGoban I
get errors like what I pasted below. Can any one guide me in installing
this game, since I'm no Linux veteran?
root@:/home/.. # cd ./cgoban-1.9.14
root@:/home/../cgoban-1.9.14 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/../cgoban-1.9.14/missing: Unknown `--run' option
Try `/home/../cgoban-1.9.14/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking how to run the C preprocessor... gcc -E
checking for best CFLAGS argument... -O2 -fomit-frame-pointer
checking for ranlib... ranlib
checking for library containing cos... -lm
checking for main in -lseq... no
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking for ANSI C header files... (cached) yes
checking for memory.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for unistd.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/in.h usability... no
checking sys/in.h presence... no
checking for sys/in.h... no
checking sys/inet.h usability... no
checking sys/inet.h presence... no
checking for sys/inet.h... no
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking sun/audioio.h usability... no
checking sun/audioio.h presence... no
checking for sun/audioio.h... no
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for h_errno... yes
checking for sockets... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking whether byte ordering is bigendian... no
checking for strerror... yes
checking for getdtablesize... yes
checking for memmove... yes
checking for strcasecmp... yes
checking return type of signal handlers... void
checking for X... no
***
*** Sorry, configure cannot find your X includes and libraries.
*** Compiling cannot continue until this is fixed.
*** If you know where your X11 is installed, try
*** ./configure --x-includes=<DIR> --x-libraries=<DIR>
***
root@:/home/../cgoban-1.9.14 #
More information about the ubuntu-users
mailing list