Guest User

Untitled

a guest
Nov 21st, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. gem install tiny_tds --platform=ruby
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing tiny_tds:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/bin/ruby.exe -r ./siteconf20141121-704-1t0earj.rb extconf.rb
  7. checking for iconv_open() in iconv.h... *** extconf.rb failed ***
  8. Could not create Makefile due to some reason, probably lack of necessary
  9. libraries and/or headers. Check the mkmf.log file for more details. You may
  10. 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=/usr/bin/ruby
  24. --enable-lookup
  25. --disable-lookup
  26. --with-iconv-dir
  27. --without-iconv-dir
  28. --with-iconv-include
  29. --without-iconv-include=${iconv-dir}/include
  30. --with-iconv-lib
  31. --without-iconv-lib=${iconv-dir}/
  32. --with-freetds-dir
  33. --without-freetds-dir
  34. --with-freetds-include
  35. --without-freetds-include=${freetds-dir}/include
  36. --with-freetds-lib
  37. --without-freetds-lib=${freetds-dir}/
  38. /usr/share/ruby/2.0.0/mkmf.rb:434:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  39. You have to install development tools first.
  40. from /usr/share/ruby/2.0.0/mkmf.rb:519:in `try_link0'
  41. from /usr/share/ruby/2.0.0/mkmf.rb:534:in `try_link'
  42. from /usr/share/ruby/2.0.0/mkmf.rb:720:in `try_func'
  43. from /usr/share/ruby/2.0.0/mkmf.rb:1004:in `block in have_func'
  44. from /usr/share/ruby/2.0.0/mkmf.rb:895:in `block in checking_for'
  45. from /usr/share/ruby/2.0.0/mkmf.rb:340:in `block (2 levels) in postpone'
  46. from /usr/share/ruby/2.0.0/mkmf.rb:310:in `open'
  47. from /usr/share/ruby/2.0.0/mkmf.rb:340:in `block in postpone'
  48. from /usr/share/ruby/2.0.0/mkmf.rb:310:in `open'
  49. from /usr/share/ruby/2.0.0/mkmf.rb:336:in `postpone'
  50. from /usr/share/ruby/2.0.0/mkmf.rb:894:in `checking_for'
  51. from /usr/share/ruby/2.0.0/mkmf.rb:1003:in `have_func'
  52. from extconf.rb:94:in `<main>'
  53.  
  54. extconf failed, exit code 1
Advertisement
Add Comment
Please, Sign In to add comment