Install Theme

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.

タンブラー?

Big Sky

4月 29 '12

Ubuntu 12.04 でvimをコンパイル出来ない場合の対処方法

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

from Big Sky http://bit.ly/Iv1mNQ