Date: Sun, 1 Sep 1996 09:38:00 +0200 (IST) From: Eli Zaretskii To: Cesar Scarpini Rabak Cc: djgpp AT delorie DOT com Subject: Re: Compiling Emacs 19.34 package w/present ver of DJGPP In-Reply-To: <1.5.4.16.19960830133451.380f754e@dmeasc.rc.ipt.br> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.