"/mit/gnu/bin/gcc -o conftest -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses conftest.c  -L. -L../.. -L.      -lruby-static  -lpthread -lrt -lsocket -ldl -lcrypt -lm   -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main() {return 0;}
/* end */

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -DBASE=10UL -c conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int conftest_const[((BASE * (BASE+1)) / BASE == (BASE+1)) ? 1 : -1];
/* end */

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -DBASE=100UL -c conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int conftest_const[((BASE * (BASE+1)) / BASE == (BASE+1)) ? 1 : -1];
/* end */

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -DBASE=1000UL -c conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int conftest_const[((BASE * (BASE+1)) / BASE == (BASE+1)) ? 1 : -1];
/* end */

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -DBASE=10000UL -c conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int conftest_const[((BASE * (BASE+1)) / BASE == (BASE+1)) ? 1 : -1];
/* end */

"/mit/gnu/bin/gcc -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/bigdecimal  -D_FILE_OFFSET_BITS=64   -O2 -g -Wall -Wno-parentheses  -DBASE=100000UL -c conftest.c"
conftest.c:4: size of array `conftest_const' is negative
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: /*top*/
4: int conftest_const[((BASE * (BASE+1)) / BASE == (BASE+1)) ? 1 : -1];
/* end */

