From: covici AT ccs DOT covici DOT com (John Covici) Newsgroups: comp.os.msdos.djgpp Subject: Re: error in building emacs 20-2 Date: Mon, 22 Dec 1997 07:03:03 -0500 Organization: Covici Computer systems Lines: 47 Message-ID: <3bln00r1JkRP089yn@ccs.covici.com> References: Reply-To: covici AT ccs DOT covici DOT com NNTP-Posting-Host: ccs.clark.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk on Mon, 22 Dec 1997 08:13:42 GMT Eli Zaretskii in wrote: > >On Sun, 21 Dec 1997, John Covici wrote: > >> f:/djgpp/bin/make.exe >> make.exe[1]: Entering directory `f:/emacs-20.2/src' >> gcc -c -Demacs -DHAVE_CONFIG_H -I. -I. -O2 -g syntax.c >> >> When I run it now, it just sits there -- not even an error. That would >> suggest some kind of memory problem since I have a couple of more >> processes running now than before. > >So it sometimes crashes with SIGSEGV and sometimes just hangs, right? > >What happens if you run the same command from the DOS prompt in the >src directory? If it also hangs, please add -Q to the gcc switches, >run this command again and tell me what is the last function name >printed when it hangs (or crashes). Well strangely enough, it gets back to the DOS prompt, but creates no object module and no additional output. However when I omit the -O2 option it compiles successfully. > >> I am using Windows 95 with a 200mhz Pentium and 40mb of real memory. > >What does go32-v2 print when invoked with no arguments? go32/v2 version 2.0 built Aug 12 1996 22:27:23 Usage: go32 coff-image [args] Rename this to go32.exe only if you need a go32 that can run v2 binaries as well as v1 binaries (old makefiles). Put ahead of the old go32 in your PATH but do not delete your old go32 - leave it in the PATH after this one. Set GO32_V2_DEBUG=y in the environment to get verbose output. DPMI memory available: 28783 Kb DPMI swap space available: 9125 Kb >How much free space do you have on the disk where DJGPP.ENV is kept? About 900mb. -- John Covici covici AT ccs DOT covici DOT com