My query to Terry McIntyre produced this response - I don't think he cc'd the list so I'm forwarding this (after removing email addresses).
Thanks, Dan ------- Start of forwarded message ------- From: Terry McIntyre Subject: Re: [gnugo-devel] error on Mac OS X 10.3 configuration of gnugo 3.7.8 Date: Thu, 2 Feb 2006 07:57:50 -0800 MaxMac:~/games terry$ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Terry McIntyre -- UNIX for hire Software Development, Systems Administration, Computer Security On Feb 2, 2006, at 7:06 AM, <[EMAIL PROTECTED]> wrote: > >> ./configure: line 4195: test: too many arguments >> ./configure: line 4195: test: too many arguments >> checking whether socket support can be compiled... no >> configure: WARNING: >> *** Unable to compile socket support on your system. It will be >> disabled. *** >> *** If you think this is a mistake, please report it to >> <[EMAIL PROTECTED]>. *** > > Line 4196 is thus: > > if (test $GCC_MAJOR_VERSION -eq 3 && test $GCC_MINOR_VERSION -ge 4) > || test $GCC_MAJOR_VERSION -gt 3; then > > This is preceded by: > > GCC_VERSION=`$CC --version | sed > '1!D;s/^[^0-9]*\([0-9]\+\.[0-9]\+\).*$/\1/'` > GCC_MAJOR_VERSION=`echo $GCC_VERSION | sed 's/^\([0-9]\+\).*$/\1/'` > GCC_MINOR_VERSION=`echo $GCC_VERSION | sed > 's/^[0-9]\+\.\(.*\)$/\1/'` > > So what output does "gcc --version" produce on your machine? > > Dan > ------- End of forwarded message ------- _______________________________________________ gnugo-devel mailing list gnugo-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gnugo-devel