Changes between Initial Version and Version 1 of Ticket #228, comment 1
- Timestamp:
- Jun 26, 2018, 11:04:09 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #228, comment 1
initial v1 5 5 * tell me what is the output of `ruby -e "puts RbConfig::CONFIG['target']"`? 6 6 * try to build using: `./build.rb -t x86_64-pc-linux-gnu checkout compile` and tell me if it succeeds? 7 8 Could you also download newest `config.guess` and tell me what it returns: 9 {{{ 10 wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess 11 wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub 12 13 sh ./config.guess 14 }}}