Skip to content

Instantly share code, notes, and snippets.

/error2 Secret

Created November 2, 2016 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d729ac2929d775c1aa1dcf637ef4fa38 to your computer and use it in GitHub Desktop.
Save anonymous/d729ac2929d775c1aa1dcf637ef4fa38 to your computer and use it in GitHub Desktop.
"gcc -o conftest -I/usr/local/include/ruby-2.3.0/i686-linux -I/usr/local/include/ruby-2.3.0/ruby/backward -I/usr/local/include/ruby-2.3.0 -I. -D_FILE_OFFSET_BITS=64 -w -O0 -Wall conftest.c -L. -L/usr/local/lib -Wl,-R/usr/local/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-R/usr/local/lib -L/usr/local/lib -lruby-static -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 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment