Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. "gcc -o conftest.exe -I/usr/include/ruby-2.2.0 -I/usr/include/ruby-2.2.0/ruby/backward -I/usr/include/ruby-2.2.0 -I. -ggdb -O2 -pipe -Wimplicit-function-declaration conftest.c -L. -L/usr/lib -L. -fstack-protector -lruby220 -lpthread -lgmp -ldl -lcrypt "
  2. checked program was:
  3. /* begin */
  4. 1: #include "ruby.h"
  5. 2:
  6. 3: int main(int argc, char **argv)
  7. 4: {
  8. 5: return 0;
  9. 6: }
  10. /* end */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement