를 사용하여 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
그런 다음 "hello world"C 프로그램을 시도하고 컴파일시 다음 오류가 발생했습니다.
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
이 오류가 왜 발생했는지 잘 모르겠습니다. 포럼에서 이에 대한 만족스러운 답변을 찾을 수 없습니다. 누군가 도와주세요. 감사