I had a similar issue on Ubuntu 11.10 installing eventmachine.
The difference being (near the end of the logs)
make: g++: Command not found
instead of
make: I.: Command not found
This issue is related with C++ on GCC and resolved by installing build-essential
sudo apt-get install build-essential
解决Ubuntu安装EventMachine错误
本文解决了在Ubuntu 11.10上安装EventMachine时出现的“make:g++: Command not found”错误。该问题与GCC上的C++编译有关,通过安装build-essential包得以解决。
918

被折叠的 条评论
为什么被折叠?



