Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /usr/bin/ruby extconf.rb
  2. checking for re.h... *** extconf.rb failed ***
  3. Could not create Makefile due to some reason, probably lack of
  4. necessary libraries and/or headers. Check the mkmf.log file for more
  5. details. You may need configuration options.
  6.  
  7. Provided configuration options:
  8. --with-opt-dir
  9. --without-opt-dir
  10. --with-opt-include
  11. --without-opt-include=${opt-dir}/include
  12. --with-opt-lib
  13. --without-opt-lib=${opt-dir}/lib
  14. --with-make-prog
  15. --without-make-prog
  16. --srcdir=.
  17. --curdir
  18. --ruby=/usr/bin/ruby
  19. /usr/share/ruby/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  20. You have to install development tools first.
  21. from /usr/share/ruby/mkmf.rb:506:in `try_cpp'
  22. from /usr/share/ruby/mkmf.rb:931:in `block in have_header'
  23. from /usr/share/ruby/mkmf.rb:790:in `block in checking_for'
  24. from /usr/share/ruby/mkmf.rb:284:in `block (2 levels) in postpone'
  25. from /usr/share/ruby/mkmf.rb:254:in `open'
  26. from /usr/share/ruby/mkmf.rb:284:in `block in postpone'
  27. from /usr/share/ruby/mkmf.rb:254:in `open'
  28. from /usr/share/ruby/mkmf.rb:280:in `postpone'
  29. from /usr/share/ruby/mkmf.rb:789:in `checking_for'
  30. from /usr/share/ruby/mkmf.rb:930:in `have_header'
  31. from extconf.rb:14:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement