Xref: news-dnh.mv.net comp.os.msdos.djgpp:1147 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!bcm!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: QDPMI + GCC Date: Tue, 25 Jul 1995 11:13:40 CDT Organization: Rice University, Houston, Texas Lines: 9 References: <3v2op3$33n AT sunsystem5 DOT informatik DOT tu-muenchen DOT de> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > When i use QDPMI (QUEMM DPMI HOST) gcc always runs out of memory. Using QUEMM > without QDPMI makes no problems! > I have 20Mb of mem and using QDPMI with a swapfile makes no difference! > Is this a bug of go32? Or has someone gcc running WITH installed QDPMI? This is a QDPMI bug. It will not handle the DPMI 0x503 resize memory block correctly if virtual memory is involved. Usually this is only a problem if you exceed your physical memory size (which seems unlikely with 20Mb). What version of QDPMI? What is the output of the "go32" command?