%PDF- %PDF-
Direktori : /home/rs/ruby/1.8/lib/ruby/gems/1.8/gems/bdb1-0.2.5/ext/bdb1/ |
Current File : /home/rs/ruby/1.8/lib/ruby/gems/1.8/gems/bdb1-0.2.5/ext/bdb1/mkmf.log |
have_func: checking for dbopen()... -------------------- 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 conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -lruby-static -lpthread -lrt -ldl -lcrypt -lm -lc" conftest.c:3:53: error: use of undeclared identifier 'dbopen' int t() { void ((*volatile p)()); p = (void ((*)()))dbopen; return 0; } ^ 1 error generated. checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))dbopen; 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 conftest.c -L. -L/usr/local/ruby/1.8/lib -L. -L/usr/local/lib -rdynamic -lruby-static -lpthread -lrt -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { dbopen(); return 0; } /* end */ --------------------