Guest User

Untitled

a guest
May 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ./configure
  2. make
  3. make install
  4.  
  5. ruby extconf.rb --with-charguess-include=../libcharguess/cpp/
  6.  
  7.  
  8. ghost@ghost-laptop:~/rb/libcharguess-ruby-1.0$ make
  9. cc -shared -o charguess.so charguess.o -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic -lruby1.8 -lstdc++ -lcharguess -lpthread -ldl -lcrypt -lm -lc
  10. /usr/bin/ld: /usr/local/lib/libcharguess.a(charguess.o): relocation R_X86_64_32 against `__gxx_personality_v0@@CXXABI_1.3' can not be used when making a shared object; recompile with -fPIC
  11. /usr/local/lib/libcharguess.a: could not read symbols: Bad value
  12. collect2: ld θΏ”ε›ž 1
  13. make: *** [charguess.so] ι”™θ―― 1
Add Comment
Please, Sign In to add comment