Guest User

Untitled

a guest
Feb 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. user@debian5:~/.rvm/src/ruby-1.9.2-p180/ext/readline$ pwd
  2. /home/user/.rvm/src/ruby-1.9.2-p180/ext/readline
  3. user@debian5:~/.rvm/src/ruby-1.9.2-p180/ext/readline$ ruby extconf.rb -- --with-readline-dir=$HOME/.rvm/usr
  4. checking for tgetnum() in -lncurses... no
  5. checking for tgetnum() in -ltermcap... no
  6. checking for tgetnum() in -lcurses... no
  7. checking for readline/readline.h... yes
  8. checking for readline/history.h... yes
  9. checking for readline() in -lreadline... no
  10. checking for readline() in -ledit... no
  11. checking for editline/readline.h... no
  12. user@debian5:~/.rvm/src/ruby-1.9.2-p180/ext/readline$ make
  13. make: Nothing to be done for `all'.
  14. user@debian5:~/.rvm/src/ruby-1.9.2-p180/ext/readline$ make install
  15. make: Nothing to be done for `install'.
Add Comment
Please, Sign In to add comment