Mail Archives: djgpp/1996/09/01/02:40:59
On Fri, 30 Aug 1996, Cesar Scarpini Rabak wrote:
> 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
This is not as easy as it sounds. If you use DJTAR to unzip the
distribution, this renaming is done automatically for you. Otherwise,
the exact name of the GDB init file depends on the procedure you used to
unzip the .tar.gz file, and there is no way of knowing exactly how that
file will be called. Therefore, CONFIG.BAT prints a message explaining
what you should do in case it doesn't find `_gdbinit'. I don't know any
better way of doing this, but I'm open to suggestions.
> 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'
A much better way is to put the objects into your C library. Then you
get the fixed versions with any other programs that you link.
- Raw text -