I have decided that I need to learn Emacs before knuckling down to some Linux programming. I couldn't locate Emacs in my Fedora Core 5 installation, so downloaded it I have tried to copile it as directed, i.e.
./configure
which seems to be normal, then
make
which compiles the code, with plenty of warnings, then falls over at the last hurdle and says this.
make[1]: *** [emacs] Segmentation fault
make[1]: *** Deleting file `emacs'
make[1]: Leaving directory `/home/...........
make: *** [src] Error 2
I am naturally a bit disappointed, and too much of a newbie to dive in to this, and find out what is wrong. Is this a library issue or something, hence all the compilation warnings?
Any thoughts would be appreciated.
Nerdio