have_library: checking for tgetent() in -ltinfo... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.      -lruby-static -ltinfo  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `tgetent' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))tgetent; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.      -lruby-static -ltinfo  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `tgetent'
ld: fatal: library -ltinfo: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { tgetent(); return 0; }
/* end */

--------------------

have_library: checking for tgetent() in -ltermcap... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.      -lruby-static -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `tgetent' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))tgetent; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.      -lruby-static -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `tgetent'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { tgetent(); return 0; }
/* end */

--------------------

have_header: checking for ncurses.h... -------------------- no

"/mit/gnu/bin/gcc -E -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  conftest.c -o conftest.i"
conftest.c:3: ncurses.h: No such file or directory
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <ncurses.h>
/* end */

--------------------

have_header: checking for ncurses/curses.h... -------------------- no

"/mit/gnu/bin/gcc -E -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  conftest.c -o conftest.i"
conftest.c:3: ncurses/curses.h: No such file or directory
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <ncurses/curses.h>
/* end */

--------------------

have_header: checking for curses_colr/curses.h... -------------------- no

"/mit/gnu/bin/gcc -E -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  conftest.c -o conftest.i"
conftest.c:3: curses_colr/curses.h: No such file or directory
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses_colr/curses.h>
/* end */

--------------------

have_header: checking for curses.h... -------------------- yes

"/mit/gnu/bin/gcc -E -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  conftest.c -o conftest.i"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
/* end */

--------------------

have_library: checking for initscr() in -lcurses... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `initscr' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))initscr; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `initscr'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { initscr(); return 0; }
/* end */

--------------------

have_func: checking for beep()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `beep' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))beep; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `beep'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { beep(); return 0; }
/* end */

--------------------

have_func: checking for bkgd()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `bkgd' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))bkgd; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `bkgd'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { bkgd(); return 0; }
/* end */

--------------------

have_func: checking for bkgdset()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `bkgdset' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))bkgdset; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `bkgdset'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { bkgdset(); return 0; }
/* end */

--------------------

have_func: checking for curs_set()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `curs_set' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))curs_set; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `curs_set'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { curs_set(); return 0; }
/* end */

--------------------

have_func: checking for deleteln()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `deleteln' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deleteln; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `deleteln'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { deleteln(); return 0; }
/* end */

--------------------

have_func: checking for doupdate()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `doupdate' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))doupdate; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `doupdate'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { doupdate(); return 0; }
/* end */

--------------------

have_func: checking for flash()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `flash' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))flash; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `flash'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { flash(); return 0; }
/* end */

--------------------

have_func: checking for getbkgd()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `getbkgd' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))getbkgd; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `getbkgd'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { getbkgd(); return 0; }
/* end */

--------------------

have_func: checking for getnstr()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `getnstr' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))getnstr; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `getnstr'
Undefined			first referenced
 symbol  			    in file
getnstr                             /var/tmp/ccGegWy5.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { getnstr(); return 0; }
/* end */

--------------------

have_macro: checking for getnstr in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef getnstr
6: # error
7: >>>>>> getnstr undefined <<<<<<
8: #endif
/* end */

--------------------

have_func: checking for init()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `init' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))init; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `init'
Undefined			first referenced
 symbol  			    in file
init                                /var/tmp/ccA2vrEd.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { init(); return 0; }
/* end */

--------------------

have_macro: checking for init in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef init
6: # error
7: >>>>>> init undefined <<<<<<
8: #endif
/* end */

--------------------

have_func: checking for isendwin()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `isendwin' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))isendwin; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `isendwin'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { isendwin(); return 0; }
/* end */

--------------------

have_func: checking for keyname()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `keyname' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))keyname; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `keyname'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { keyname(); return 0; }
/* end */

--------------------

have_func: checking for keypad()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `keypad' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))keypad; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `keypad'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { keypad(); return 0; }
/* end */

--------------------

have_func: checking for resizeterm()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `resizeterm' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))resizeterm; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `resizeterm'
Undefined			first referenced
 symbol  			    in file
resizeterm                          /var/tmp/ccld2P6e.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { resizeterm(); return 0; }
/* end */

--------------------

have_macro: checking for resizeterm in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef resizeterm
6: # error
7: >>>>>> resizeterm undefined <<<<<<
8: #endif
/* end */

--------------------

have_func: checking for scrl()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `scrl' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))scrl; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `scrl'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { scrl(); return 0; }
/* end */

--------------------

have_func: checking for set()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `set' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))set; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `set'
Undefined			first referenced
 symbol  			    in file
set                                 /var/tmp/ccJURLOJ.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { set(); return 0; }
/* end */

--------------------

have_macro: checking for set in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef set
6: # error
7: >>>>>> set undefined <<<<<<
8: #endif
/* end */

--------------------

have_func: checking for setscrreg()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `setscrreg' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))setscrreg; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `setscrreg'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { setscrreg(); return 0; }
/* end */

--------------------

have_func: checking for ungetch()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `ungetch' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))ungetch; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `ungetch'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { ungetch(); return 0; }
/* end */

--------------------

have_func: checking for wattroff()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wattroff' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wattroff; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wattroff'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wattroff(); return 0; }
/* end */

--------------------

have_func: checking for wattron()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wattron' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wattron; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wattron'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wattron(); return 0; }
/* end */

--------------------

have_func: checking for wattrset()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wattrset' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wattrset; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wattrset'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wattrset(); return 0; }
/* end */

--------------------

have_func: checking for wbkgd()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wbkgd' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wbkgd; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wbkgd'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wbkgd(); return 0; }
/* end */

--------------------

have_func: checking for wbkgdset()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wbkgdset' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wbkgdset; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wbkgdset'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wbkgdset(); return 0; }
/* end */

--------------------

have_func: checking for wdeleteln()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wdeleteln' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wdeleteln; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wdeleteln'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wdeleteln(); return 0; }
/* end */

--------------------

have_func: checking for wgetnstr()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wgetnstr' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wgetnstr; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wgetnstr'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wgetnstr(); return 0; }
/* end */

--------------------

have_func: checking for wresize()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wresize' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wresize; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wresize'
Undefined			first referenced
 symbol  			    in file
wresize                             /var/tmp/ccByA8Aj.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wresize(); return 0; }
/* end */

--------------------

have_macro: checking for wresize in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef wresize
6: # error
7: >>>>>> wresize undefined <<<<<<
8: #endif
/* end */

--------------------

have_func: checking for wscrl()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wscrl' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wscrl; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wscrl'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wscrl(); return 0; }
/* end */

--------------------

have_func: checking for wsetscrreg()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wsetscrreg' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wsetscrreg; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wsetscrreg'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wsetscrreg(); return 0; }
/* end */

--------------------

have_func: checking for def_prog_mode()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `def_prog_mode' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))def_prog_mode; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `def_prog_mode'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { def_prog_mode(); return 0; }
/* end */

--------------------

have_func: checking for reset_prog_mode()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `reset_prog_mode' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))reset_prog_mode; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `reset_prog_mode'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { reset_prog_mode(); return 0; }
/* end */

--------------------

have_func: checking for timeout()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `timeout' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))timeout; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `timeout'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { timeout(); return 0; }
/* end */

--------------------

have_func: checking for wtimeout()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wtimeout' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wtimeout; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wtimeout'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wtimeout(); return 0; }
/* end */

--------------------

have_func: checking for nodelay()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `nodelay' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))nodelay; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `nodelay'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { nodelay(); return 0; }
/* end */

--------------------

have_func: checking for init_color()... -------------------- yes

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `init_color' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))init_color; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `init_color'
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { init_color(); return 0; }
/* end */

--------------------

have_func: checking for wcolor_set()... -------------------- no

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: `wcolor_set' undeclared (first use in this function)
conftest.c:5: (Each undeclared identifier is reported only once
conftest.c:5: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))wcolor_set; return 0; }
/* end */

"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.     -lcurses -ltermcap  -lruby-static -lcurses -ltermcap  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
conftest.c: In function `t':
conftest.c:5: warning: implicit declaration of function `wcolor_set'
Undefined			first referenced
 symbol  			    in file
wcolor_set                          /var/tmp/ccanZoxu.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int main() {return 0;}
5: int t() { wcolor_set(); return 0; }
/* end */

--------------------

have_macro: checking for wcolor_set in curses.h... -------------------- no

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses   -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:3:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:6: #error 
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <curses.h>
4: /*top*/
5: #ifndef wcolor_set
6: # error
7: >>>>>> wcolor_set undefined <<<<<<
8: #endif
/* end */

--------------------

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/curses  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -D_XOPEN_SOURCE_EXTENDED -c conftest.c"
In file included from /usr/include/euc.h:13,
                 from /usr/include/widec.h:25,
                 from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:5:
/usr/include/sys/euc.h:22: warning: `ISASCII' redefined
../../include/ruby/ruby.h:1193: warning: this is the location of the previous definition
/usr/include/sys/euc.h:26: warning: `ISPRINT' redefined
../../include/ruby/ruby.h:1195: warning: this is the location of the previous definition
In file included from /usr/include/curses.h:23,
                 from /mit/gnu/arch/sun4x_58/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,
                 from conftest.c:5:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:186: warning: this is the location of the previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:189: warning: this is the location of the previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:187: warning: this is the location of the previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:190: warning: this is the location of the previous definition
conftest.c:8: size of array `conftest_const' is negative
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <stdio.h>
4: #include <stdlib.h>
5: #include <curses.h>
6: 
7: /*top*/
8: int conftest_const[(sizeof(char*)>sizeof(int)) ? 1 : -1];
/* end */

