Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.61 KB | None | 0 0
  1. macbook:www.funkenstrahlen.de stefan$ gem install RedCloth
  2. Building native extensions.  This could take a while...
  3. ERROR:  Error installing RedCloth:
  4.     ERROR: Failed to build gem native extension.
  5.  
  6.         /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
  7. checking for main() in -lc... *** extconf.rb failed ***
  8. Could not create Makefile due to some reason, probably lack of
  9. necessary libraries and/or headers.  Check the mkmf.log file for more
  10. details.  You may need configuration options.
  11.  
  12. Provided configuration options:
  13.     --with-opt-dir
  14.     --without-opt-dir
  15.     --with-opt-include
  16.     --without-opt-include=${opt-dir}/include
  17.     --with-opt-lib
  18.     --without-opt-lib=${opt-dir}/lib
  19.     --with-make-prog
  20.     --without-make-prog
  21.     --srcdir=.
  22.     --curdir
  23.     --ruby=/Users/stefan/.rvm/rubies/ruby-1.9.3-p327/bin/ruby
  24.     --with-redcloth_scan-dir
  25.     --without-redcloth_scan-dir
  26.     --with-redcloth_scan-include
  27.     --without-redcloth_scan-include=${redcloth_scan-dir}/include
  28.     --with-redcloth_scan-lib
  29.     --without-redcloth_scan-lib=${redcloth_scan-dir}/lib
  30.     --with-clib
  31.     --without-clib
  32. /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:369:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  33. You have to install development tools first.
  34.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:449:in `try_link0'
  35.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:464:in `try_link'
  36.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:607:in `try_func'
  37.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:833:in `block in have_library'
  38.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:778:in `block in checking_for'
  39.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:272:in `block (2 levels) in postpone'
  40.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:242:in `open'
  41.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:272:in `block in postpone'
  42.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:242:in `open'
  43.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:268:in `postpone'
  44.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:777:in `checking_for'
  45.     from /Users/stefan/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/mkmf.rb:828:in `have_library'
  46.     from extconf.rb:5:in `<main>'
  47.  
  48.  
  49. Gem files will remain installed in /Users/stefan/.rvm/gems/ruby-1.9.3-p327/gems/RedCloth-4.2.9 for inspection.
  50. Results logged to /Users/stefan/.rvm/gems/ruby-1.9.3-p327/gems/RedCloth-4.2.9/ext/redcloth_scan/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement