Golangってキーワードがいいのかなあ。。。 http://golang.org/ まずは $GOROOT、$GOOS 、$GOARCHを設定せいということで、設定。 export GOROOT=$HOME/go export GOOS=linux export GOARCH=386 Mercurialのインストール。で、これはPython-develが入っていないとダメ。 $ sudo easy_install mercurial はい死亡。 mercurial/base85.c:12:20: error: Python.h: No such file or directory mercurial/base85.c: In function ‘b85prep’: mercurial/base85.c:23: warning: implicit declaration of functi