Your web-browser is very outdated, and as such, this website may not display properly. Please consider upgrading to a modern, faster and more secure browser. Click here to do so.
Ubuntu 12.04 をインストールしたのですが、vimがコンパイル出来なくておかしいなと思ってたらどうやらlibncurses-devが/usr/lib/の下にインストールされていないのが問題の様で…
dpkg -L libncurses5-devしたら
/usr/lib/i386-linux-gnu/libncurses.aこんな所に入ってた。って事で
LDFLAGS=-L/usr/lib/i386-linux-gnu ./configureすればok