Faculty of Information Technology
Software Engineering Group

Changes between Initial Version and Version 1 of Ticket #228, comment 1


Ignore:
Timestamp:
Jun 26, 2018, 11:04:09 AM (5 years ago)
Author:
Jan Vrany
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #228, comment 1

    initial v1  
    55 * tell me what is the output of `ruby -e "puts RbConfig::CONFIG['target']"`?
    66 * try to build using: `./build.rb -t x86_64-pc-linux-gnu checkout compile` and tell me if it succeeds?
     7
     8Could you also download newest `config.guess` and tell me what it returns:
     9{{{
     10wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
     11wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
     12
     13sh ./config.guess
     14}}}