Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DHAVE_SQLITE3_H -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c do_sqlite3_ext.c
  2. do_sqlite3_ext.c: In function `cCommand_execute_reader':
  3. do_sqlite3_ext.c:403: warning: implicit declaration of function `sqlite3_prepare_v2'
  4. do_sqlite3_ext.c: In function `cReader_next':
  5. do_sqlite3_ext.c:484: warning: implicit declaration of function `sqlite3_column_value'
  6. do_sqlite3_ext.c:484: warning: passing arg 1 of `native_typecast' makes pointer from integer without a cast
  7. do_sqlite3_ext.c:487: warning: passing arg 1 of `ruby_typecast' makes pointer from integer without a cast
  8. gcc -shared -o do_sqlite3_ext.so do_sqlite3_ext.o -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby -lsqlite3 -ldl -lcrypt -lm -lc
Add Comment
Please, Sign In to add comment