Mail Archives: djgpp/1996/08/30/12:47:30
After advising some friends on this, I think it can be useful to supplement
the information on this subject on the file INSTALL (is the last section, BTW).
After you've read it and sure you have all it's needed (including the unix
like utils and space in your hard disk), I suggest the following 'recipe':
cd to the src sub-dir in the emacs-19.34 tree and rename the gdbinit file to
_gdbinit, otherwise, configure will stop and you'll need to run it again
after you do this...
run configure
cd to the msdos sub-dir and compile by hand the files is_exec.c and
sigactio.c (you can use the following comandds):
gcc -O2 -g sigactio.c
gcc -O2 -g is_exec.c
cd to the src sub-dir and issue the following:
make widgetobj='../msdos/is_exec.o ../msdos/sigactio.o'
cd to the emacs-19.34 sub-dir and run make, presto! The emacs 19.34 is ready
for installing, that can be done at user's choices!
It is really worth of it! The new cc-mode is particularly COOL!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cesar Scarpini Rabak E-mail: csrabak AT ipt DOT br
DME/ASC Phone: 55-11-268-35221Ext.350
IPT - Instituto de Pesquisas Tecnologicas Fax: 55-11-268-5996
Av. Prof. Almeida Prado, 532. Sao Paulo - SP 05508-901 BRAZIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Raw text -