X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.190.104 with SMTP id gp8mr30778733pac.15.1430254212941; Tue, 28 Apr 2015 13:50:12 -0700 (PDT) X-Received: by 10.140.20.40 with SMTP id 37mr221205qgi.26.1430254212610; Tue, 28 Apr 2015 13:50:12 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 28 Apr 2015 13:50:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <201504280005 DOT t3S05t2U020439 AT delorie DOT com> <344232a6-1585-4156-a041-7387bef6da66 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <726afb66-630c-479b-975b-678f4a1a114a@googlegroups.com> Subject: Re: GCC 5.1.0 problem with From: rugxulo AT gmail DOT com Injection-Date: Tue, 28 Apr 2015 20:50:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2310 Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Tuesday, April 28, 2015 at 1:01:32 PM UTC-5, Wiktor S. wrote: > > > Or are you using a third-party modified version? > > I'm using original sources and quake.mak you mention about that I found > somewhere on the web. It compiles and runs under DOSBox. I hope you aren't trying to compile under DOSBox itself! But anyways, here's one of the variants I was thinking of (although I never tried it): http://dk.toastednet.org/QDOS/ > Yes, the resulting EXE is much bigger than original (from 400 kB > to almost 800 kB) Yeah, they just used an unfinished libc because it was "good enough". > I'm not sure why it crashes on WinXP, theoretically it should work :-) > Maybe I'll investigate that if I have some time. No, it can't work, nearptrs don't work under NT-based Windows. > But the problem with dos.h is not specific to Quake. Any application that > includes in more than one .c file will fail to link. Most people here are savvy enough to work around such issues.