Need help compiling emacs from source
I am trying to learn how to compile from source and having some trouble figuring it out. Hopefully one of you can help steer me in the right direction. Here is what I have done on my Ubuntu 32 bit 11.04 minimal installation:Downloaded emacs-23.4.tar.gz to ~/home/tod/Compile/ - then from that directory ran the following commands:tar -zxvf emacs-23.4.tar.gz./configuresudo make - last line was make: *** [src] Error 2sudo make install - same last line as aboveAfter everything was finished I could not find where it may have installed.whereis emacs returns just "emacs:"Any help?