Thread: Need help compiling emacs from source
i trying learn how compile source , having trouble figuring out. 1 of can steer me in right direction. here have done on ubuntu 32 bit 11.04 minimal installation
downloaded emacs-23.4.tar.gz ~/home/tod/compile/ - directory ran following commands:
tar -zxvf emacs-23.4.tar.gz
./configure
make
trouble happened...
last lines make were:
make[1]: entering directory /home/tod/compile/emacs-23.4/lib-src
make[1]: *** no rule make target '/usr/lib/crt1.0', needed 'temacs'. stop.
make[1]: leaving directory
make: *** [src] error 2
have tried couple of ./configure flags can seen below no avail.http://www.linuxforums.org/forum/app...cs-source.html
gurus out there can this? want try linux scratch , warmup - don't want fail warmup!
http://packages.ubuntu.com/cgi-bin/s...isty&arch=i386
you're missing libc6-dev.
if you're going compile project, need header files dependencies of project. emacs needs libc6, , have on system (can't run linux box without it) don't have headers it, in dev package.
start googling "ubuntu /path/to/file" , leads search 1 above, or other forum post can't find it.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs Need help compiling emacs from source
Ubuntu
Comments
Post a Comment