bash-3.2$ make > 2.log ... collect2: ld returned 1 exit status make: *** [mfiler2] Error 1 ... bash-3.2$ make install > 3.log /usr/bin/install: cannot stat `mfiler2': No such file or directory
実行ファイルが出来てないのに、それをインストールしようとしたので、 'No such file or directory'と怒られてるのです Ruby関連のエラーが出てるみたいですが、Rubyはインストール出来ていますか?