OpenJDK-1.7.0.9

http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html

の通りやってもエラーになる。CLFS 経由だと head コマンドが /usr/bin に入るが /bin に入ってないと make, zip あたりのバージョンを取得できずにエラーを吐くのだ。しょうがないから /bin にシンボリックリンクを貼ることにした.

WARNING: The version of unzip being used is older than 
       the required version of '5.12'. 
       The version of unzip found was ''. 
 
WARNING: The version of zip being used is older than 
       the required version of '2.2'. 
       The version of zip found was ''. 
 
ERROR: The version of make being used is older than 
       the required version of '3.81'. 
       The version of make found was ''.