|
have_func: checking for ruby_native_thread_p() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))ruby_native_thread_p; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_errinfo() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_errinfo; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_safe_level() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_safe_level; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_hash_lookup() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_hash_lookup; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_proc_new() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_proc_new; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_obj_untrust() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_obj_untrust; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_obj_taint() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_obj_taint; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_set_safe_level_force() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_set_safe_level_force; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_sourcefile() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_sourcefile; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_thread_alive_p() in ruby.h... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:57: error: ‘rb_thread_alive_p’ undeclared (first use in this function)
|
|
conftest.c:15:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_alive_p; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:1: warning: implicit declaration of function ‘rb_thread_alive_p’ [-Wimplicit-function-declaration]
|
|
/tmp/ccC6vkhV.o: In function `t':
|
|
/home/romulo/tmp/snapshot/ext/tk/conftest.c:15: undefined reference to `rb_thread_alive_p'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { rb_thread_alive_p(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_thread_check_trap_pending() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:57: error: ‘rb_thread_check_trap_pending’ undeclared (first use in this function)
|
|
conftest.c:15:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_check_trap_pending; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:1: warning: implicit declaration of function ‘rb_thread_check_trap_pending’ [-Wimplicit-function-declaration]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { rb_thread_check_trap_pending(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_struct_member: checking for struct RArray.ptr in ruby.h... -------------------- no
|
|
|
|
"gcc -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -c conftest.c"
|
|
conftest.c:6:37: error: ‘struct RArray’ has no member named ‘ptr’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: int s = (char *)&((struct RArray*)0)->ptr - (char *)0;
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: return 0;
|
|
10: }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_struct_member: checking for struct RArray.len in ruby.h... -------------------- no
|
|
|
|
"gcc -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -c conftest.c"
|
|
conftest.c:6:37: error: ‘struct RArray’ has no member named ‘len’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: int s = (char *)&((struct RArray*)0)->len - (char *)0;
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: return 0;
|
|
10: }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_library: checking for t_open() in -lnsl... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lnsl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:57: error: ‘t_open’ undeclared (first use in this function)
|
|
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:13:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))t_open; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lnsl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:1: warning: implicit declaration of function ‘t_open’ [-Wimplicit-function-declaration]
|
|
/tmp/ccY02WtH.o: In function `t':
|
|
/home/romulo/tmp/snapshot/ext/tk/conftest.c:13: undefined reference to `t_open'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { t_open(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_library: checking for socket() in -lsocket... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lsocket -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:57: error: ‘socket’ undeclared (first use in this function)
|
|
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:13:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))socket; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lsocket -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:1: warning: implicit declaration of function ‘socket’ [-Wimplicit-function-declaration]
|
|
/usr/bin/ld: cannot find -lsocket
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { socket(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_library: checking for dlopen() in -ldl... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:57: error: ‘dlopen’ undeclared (first use in this function)
|
|
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:13:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))dlopen; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:1: warning: implicit declaration of function ‘dlopen’ [-Wimplicit-function-declaration]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { dlopen(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_library: checking for log() in -lm... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <math.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))log; return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
"gcc -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -c conftest.c"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include "ruby.h"
|
|
4: /*top*/
|
|
5: #ifndef HAVE_NATIVETHREAD
|
|
6: # error
|
|
7: |:/ === HAVE_NATIVETHREAD undefined === /:|
|
|
8: #endif
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltksourceview-2.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltkspell-3 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-3.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tk_Init; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib -Wl,-R/usr/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -L/usr/lib -Wl,-R/usr/lib -ltk-1.0 -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4: #include <tk.h>
|
|
5:
|
|
6: /*top*/
|
|
7: extern int t(void);
|
|
8: int main(int argc, char **argv)
|
|
9: {
|
|
10: if (argc > 1000000) {
|
|
11: printf("%p", &t);
|
|
12: }
|
|
13:
|
|
14: return 0;
|
|
15: }
|
|
16: int t(void) { Tk_Init(); return 0; }
|
|
/* end */
|
|
|
|
find_library: checking for XOpenDisplay() in -lX11... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:57: error: ‘XOpenDisplay’ undeclared (first use in this function)
|
|
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c:13:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))XOpenDisplay; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:13:1: warning: implicit declaration of function ‘XOpenDisplay’ [-Wimplicit-function-declaration]
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: printf("%p", &t);
|
|
9: }
|
|
10:
|
|
11: return 0;
|
|
12: }
|
|
13: int t(void) { XOpenDisplay(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_header: checking for tcl.h... -------------------- no
|
|
|
|
"gcc -E -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
"gcc -E -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -I/usr/local/include conftest.c -o conftest.i"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: tcl
|
|
/* end */
|
|
|
|
have_header: checking for tk.h... -------------------- no
|
|
|
|
"gcc -E -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
|
|
conftest.c:3:16: fatal error: tk.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tk.h>
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
"gcc -E -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -I/usr/local/include conftest.c -o conftest.i"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: ["tcl.h", "tk.h"]
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/lib -Wl,-R/usr/local/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/lib -Wl,-R/usr/local/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/opt/include -I/opt -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/opt/lib64 -Wl,-R/opt/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/opt/include -I/opt -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/opt/lib64 -Wl,-R/opt/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/opt/include -I/opt -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/opt/lib -Wl,-R/opt/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/opt/include -I/opt -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/opt/lib -Wl,-R/opt/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/share/include -I/usr/local/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/share/lib64 -Wl,-R/usr/local/share/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/share/include -I/usr/local/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/share/lib64 -Wl,-R/usr/local/share/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/share/include -I/usr/local/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/share/lib -Wl,-R/usr/local/share/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/share/include -I/usr/local/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/share/lib -Wl,-R/usr/local/share/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/lib64 -Wl,-R/usr/local/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/local/lib64 -Wl,-R/usr/local/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/share/include -I/usr/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share/lib64 -Wl,-R/usr/share/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/share/include -I/usr/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share/lib64 -Wl,-R/usr/share/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/share/include -I/usr/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share/lib -Wl,-R/usr/share/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/share/include -I/usr/share -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share/lib -Wl,-R/usr/share/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share -Wl,-R/usr/share -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/share -Wl,-R/usr/share -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))Tcl_FindExecutable; return 0; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/tk -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L../.. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -fstack-protector -rdynamic -Wl,-export-dynamic -lX11 -lm -ldl -Wl,-R -Wl,/home/romulo/tmp/ruby-trunk/lib -L/home/romulo/tmp/ruby-trunk/lib -lruby-static -lX11 -lm -ldl -lpthread -ldl -lcrypt -lm -lc"
|
|
conftest.c:3:17: fatal error: tcl.h: No such file or directory
|
|
compilation terminated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <tcl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { Tcl_FindExecutable(); return 0; }
|
|
/* end */
|
|
|
|
Failed to configure tk. It will not be installed.
|