スキップしてメイン コンテンツに移動

投稿

5月, 2008の投稿を表示しています

Moshをコンパイル

Schemeの実装である、Moshをセットアップしてみた。 環境は、VMWare上のUbuntu 7.10 /usr/local/src/mosh-0.0.2$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details. C++をインストール sudo apt-get install g++ /usr/local/src/mosh-0.0.2$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes chec