gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] gnugo-3.1.9 doesn't compile any more under with CFLAGS=-mn


From: Denis Dupeyron
Subject: [gnugo-devel] gnugo-3.1.9 doesn't compile any more under with CFLAGS=-mno-cygwin option
Date: Sat, 13 Oct 2001 11:58:51 +0200

Hi,

 

I usually build GNU Go using the CFLAGS=-mno-cygwin option, since it makes a smaller executable and I don’t need the ‘cygwin1.dll’ when I use GNU Go with Jago or OpenGo. However, since version 3.1.9, it complains about not finding ‘crtdbg.h’ when compiling ‘gg_utils.c’.

 

I started looking for this file on the net, found a few different versions, and didn’t know which one to take. Then I thought since it didn’t need it before, there might be some other problem. Considering my C is extremely rusty, I decided I would simply report the bug. Note that I have done a clean reinstall of cygwin 1.3.3.

 

Here’s what I get after ‘CFLAGS=-mno-cygwin ./configure’:

 

$ make

make  all-recursive

make[1]: Entering directory `/home/Calvin/gnugo/gnugo-3.1.9'

Making all in utils

make[2]: Entering directory `/home/Calvin/gnugo/gnugo-3.1.9/utils'

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  -mno-cygwin -c getopt.c

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  -mno-cygwin -c getopt1.c

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  -mno-cygwin -c random.c

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  -mno-cygwin -c gg_utils.c

gg_utils.c:103: crtdbg.h: No such file or directory

make[2]: *** [gg_utils.o] Error 1

make[2]: Leaving directory `/home/Calvin/gnugo/gnugo-3.1.9/utils'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/Calvin/gnugo/gnugo-3.1.9'

make: *** [all-recursive-am] Error 2

 

Regards,

Denis.


reply via email to

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