Guest User

Untitled

a guest
Oct 22nd, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-38uxh7/ruby2.1-2.1.3/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc"
  2. gcc: error: unrecognized command line option ‘-fstack-protector-strong’
  3. checked program was:
  4. /* begin */
  5. 1: #include "ruby.h"
  6. 2:
  7. 3: int main(int argc, char **argv)
  8. 4: {
  9. 5: return 0;
  10. 6: }
  11. /* end */
Advertisement
Add Comment
Please, Sign In to add comment