JumanとPythonの連携

cJumanを使うのだけど、普通にやろうとしたらCFLAGS=-fPIC ./configureを実行しているのに共通で使う.oはちゃんと-fPICでコンパイルしろと出てくる。
参考
http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3

しかし、setup.pyを使ったら一発でできた。
http://chezou.wordpress.com/2011/10/01/cjuman%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%82%92%E3%81%A1%E3%82%87%E3%81%A3%E3%81%A8%E7%B0%A1%E5%8D%98%E3%81%AB%E3%81%99%E3%82%8Bcjuman-installer/

Python初心者はこれを使う事をお勧めする。