मैं rvm का उपयोग कर स्थापित करने की कोशिश कर रहा था \curl -L https://get.rvm.io | bash -s stable --ruby --autolibs=enable --auto-dotfiles
। यह तब तक ठीक काम किया जब तक मुझे एक कॉन्फ़िगर त्रुटि नहीं मिली:
Error running './configure --prefix=/home/nishant/.rvm/rubies/ruby-2.0.0-p247 --disable-install-doc --enable-shared',
please read /home/nishant/.rvm/log/1379591052_ruby-2.0.0-p247/configure.log
There has been an error while running configure. Halting the installation.
निम्नलिखित लॉग फ़ाइल की सामग्री इस प्रकार है:
[2013-09-19 17:15:58] ./configure
current path: /home/nishant/.rvm/src/ruby-2.0.0-p247
command(4): ./configure --prefix=/home/nishant/.rvm/rubies/ruby-2.0.0-p247 --disable-install-doc --enable-shared
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/nishant/.rvm/src/ruby-2.0.0-p247':
configure: error: C compiler cannot create executables
See `config.log' for more details
मैंने तब एक "हैलो वर्ल्ड" सी प्रोग्राम की कोशिश की और संकलन पर निम्नलिखित त्रुटि मिली:
nishant@nishant-Inspiron-1545:~$ gcc -g -o hello hello.c
/usr/local/bin/ld: this linker was not configured to use sysroots
collect2: error: ld returned 1 exit status
मुझे यकीन नहीं है कि यह त्रुटि क्यों दी गई है। मुझे मंच पर इसका संतोषजनक उत्तर नहीं मिला। क्या कोई मदद कर सकता है। धन्यवाद