আমি আরভিএম ব্যবহার করে ইনস্টল করার চেষ্টা করছিলাম \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
আমি নিশ্চিত নই কেন এই ত্রুটিটি ছুড়ে দেওয়া হয়েছে। ফোরামটিতে আমি এর সন্তোষজনক উত্তর খুঁজে পাইনি। কেউ দয়া করে সাহায্য করতে পারেন। ধন্যবাদ