%PDF- %PDF-
Direktori : /home/rs/ruby/1.8/lib/ruby/gems/1.8/gems/sqlite3-1.3.13/ext/sqlite3/ |
Current File : /home/rs/ruby/1.8/lib/ruby/gems/1.8/gems/sqlite3-1.3.13/ext/sqlite3/mkmf.log |
package configuration for sqlite3 cflags: -I/usr/local/include ldflags: -L/usr/local/lib libs: -lsqlite3 find_header: checking for sqlite3.h... -------------------- yes "cpp -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -o conftest.i" checked program was: /* begin */ 1: #include <sqlite3.h> /* end */ -------------------- find_library: checking for pthread_create() in -lpthread... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lruby-static -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'pthread_create' int t() { void ((*volatile p)()); p = (void ((*)()))pthread_create; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))pthread_create; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lruby-static -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { pthread_create(); return 0; } /* end */ -------------------- find_library: checking for sqlite3_libversion_number() in -lsqlite3... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_libversion_number' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_libversion_number; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_libversion_number; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_libversion_number(); return 0; } /* end */ -------------------- have_func: checking for rb_proc_arity()... -------------------- no "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'rb_proc_arity' int t() { void ((*volatile p)()); p = (void ((*)()))rb_proc_arity; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_proc_arity; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" ld: error: undefined symbol: rb_proc_arity >>> referenced by conftest.c >>> /tmp/conftest-8a73de.o:(t) cc: error: linker command failed with exit code 1 (use -v to see invocation) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_proc_arity(); return 0; } /* end */ -------------------- have_func: checking for rb_integer_pack()... -------------------- no "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'rb_integer_pack' int t() { void ((*volatile p)()); p = (void ((*)()))rb_integer_pack; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_integer_pack; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" ld: error: undefined symbol: rb_integer_pack >>> referenced by conftest.c >>> /tmp/conftest-745614.o:(t) cc: error: linker command failed with exit code 1 (use -v to see invocation) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_integer_pack(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_initialize()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_initialize' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_initialize; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_initialize; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_initialize(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_backup_init()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_backup_init' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_backup_init; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_backup_init; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_backup_init(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_column_database_name()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_column_database_name' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_column_database_name; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_column_database_name; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_column_database_name(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_enable_load_extension()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_enable_load_extension' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_enable_load_extension; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_enable_load_extension; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_enable_load_extension(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_load_extension()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_load_extension' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_load_extension; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_load_extension; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_load_extension(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_open_v2()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_open_v2' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_open_v2; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_open_v2; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_open_v2(); return 0; } /* end */ -------------------- have_func: checking for sqlite3_prepare_v2()... -------------------- yes "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'sqlite3_prepare_v2' int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_prepare_v2; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_prepare_v2; return 0; } /* end */ "cc -o conftest -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -L/usr/local/lib -lsqlite3 -lpthread -lsqlite3 -lruby-static -lsqlite3 -lpthread -lsqlite3 -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { sqlite3_prepare_v2(); return 0; } /* end */ -------------------- have_type: checking for sqlite3_int64 in sqlite3.h... -------------------- yes "cc -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include -c conftest.c" checked program was: /* begin */ 1: #include <sqlite3.h> 2: 3: /*top*/ 4: typedef sqlite3_int64 conftest_type; 5: int conftestval[sizeof(conftest_type)?1:-1]; /* end */ -------------------- have_type: checking for sqlite3_uint64 in sqlite3.h... -------------------- yes "cc -I. -I/usr/local/ruby/1.8/lib/ruby/1.8/amd64-freebsd11 -I. -O2 -pipe -I/usr/local/include -fwrapv -fno-strict-aliasing -std=gnu89 -fPIC -I/usr/local/include -c conftest.c" checked program was: /* begin */ 1: #include <sqlite3.h> 2: 3: /*top*/ 4: typedef sqlite3_uint64 conftest_type; 5: int conftestval[sizeof(conftest_type)?1:-1]; /* end */ --------------------