find_header: checking for sqlite3.h… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lpthread -lgmp -ldl -lcrypt -lm -lc” checked program was:
begin
1: include “ruby.h” 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: }
end
“x86_64-pld-linux-gnux32-gcc -E -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -o conftest.i” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <sqlite3.h> /* end */
find_library: checking for sqlite3_libversion_number() in -lsqlite3… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_libversion_number' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_libversion_number; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_libversion_number; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_libversion_number' [-Wimplicit-function-declaration]
int t(void) { sqlite3_libversion_number(); return 0; } ^
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) { sqlite3_libversion_number(); return 0; } /* end */
have_func: checking for rb_proc_arity()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” 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 ((*)()))rb_proc_arity; return 0; } /* end */
have_func: checking for rb_integer_pack()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” 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 ((*)()))rb_integer_pack; return 0; } /* end */
have_func: checking for sqlite3_initialize()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_initialize' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_initialize; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_initialize; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_initialize' [-Wimplicit-function-declaration]
int t(void) { sqlite3_initialize(); return 0; } ^
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) { sqlite3_initialize(); return 0; } /* end */
have_func: checking for sqlite3_backup_init()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_backup_init' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_backup_init; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_backup_init; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_backup_init' [-Wimplicit-function-declaration]
int t(void) { sqlite3_backup_init(); return 0; } ^
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) { sqlite3_backup_init(); return 0; } /* end */
have_func: checking for sqlite3_column_database_name()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_column_database_name' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_column_database_name; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_column_database_name; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_column_database_name' [-Wimplicit-function-declaration]
int t(void) { sqlite3_column_database_name(); return 0; } ^
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) { sqlite3_column_database_name(); return 0; } /* end */
have_func: checking for sqlite3_enable_load_extension()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_enable_load_extension' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_enable_load_extension; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_enable_load_extension; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_enable_load_extension' [-Wimplicit-function-declaration]
int t(void) { sqlite3_enable_load_extension(); return 0; } ^
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) { sqlite3_enable_load_extension(); return 0; } /* end */
have_func: checking for sqlite3_load_extension()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_load_extension' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_load_extension; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_load_extension; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_load_extension' [-Wimplicit-function-declaration]
int t(void) { sqlite3_load_extension(); return 0; } ^
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) { sqlite3_load_extension(); return 0; } /* end */
have_func: checking for sqlite3_open_v2()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_open_v2' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_open_v2; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_open_v2; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_open_v2' [-Wimplicit-function-declaration]
int t(void) { sqlite3_open_v2(); return 0; } ^
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) { sqlite3_open_v2(); return 0; } /* end */
have_func: checking for sqlite3_prepare_v2()… ——————– yes
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'sqlite3_prepare_v2' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))sqlite3_prepare_v2; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in 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 ((*)()))sqlite3_prepare_v2; return 0; } /* end */
“x86_64-pld-linux-gnux32-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/libx32 -Wl,-R/usr/libx32 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -lsqlite3 -Wl,-R -Wl,/usr/libx32 -L/usr/libx32 -lruby -lsqlite3 -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'sqlite3_prepare_v2' [-Wimplicit-function-declaration]
int t(void) { sqlite3_prepare_v2(); return 0; } ^
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) { sqlite3_prepare_v2(); return 0; } /* end */
have_type: checking for sqlite3_int64 in sqlite3.h… ——————– yes
“x86_64-pld-linux-gnux32-gcc -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC -c conftest.c” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <sqlite3.h> 4: 5: /top/ 6: typedef sqlite3_int64 conftest_type; 7: int conftestval; /* end */
have_type: checking for sqlite3_uint64 in sqlite3.h… ——————– yes
“x86_64-pld-linux-gnux32-gcc -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC -c conftest.c” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <sqlite3.h> 4: 5: /top/ 6: typedef sqlite3_uint64 conftest_type; 7: int conftestval; /* end */