X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Qlzd9FPDHwgOoO2j9FT8D29DHY6aCsqbi9J9x5OfVME=; b=CHRvwpQm+jVPHRcZoQajD0HehAji9DRCDYgS5pnqQGyEFZHBNjbEi8/RAjIMQVYP14 uyrOUTJIKOSD/KlTm8PPBp2Fx0LdxQK4bTxlWIevywy6Yt8qsBrP2Tq6OqsJTCd92bJV 0wpUL0n4tASJUiktpKBPS+0kXhUMxwV1lflPADqhKHmJMXnXnryp7rWWE4Mua1v2h6Ja KuzV0KiqfXYIMfgIbYBSY7ikijuUICYTCWZYRAmpa18sSqmOAVwD00mDHNRyTpzgeFZO ZO2ShIoOjI2h4RLlqLT4ZPCMAuLdTRtgY4Khh33fnl/DjdrL4atQZYsdJ8qBffOsZmZL 4uOw== MIME-Version: 1.0 X-Received: by 10.50.1.83 with SMTP id 19mr5708245igk.56.1445367330326; Tue, 20 Oct 2015 11:55:30 -0700 (PDT) In-Reply-To: <3c1ef$562685fc$d07bb077$18937@ALLTEL.NET> References: <5611566C DOT 4020507 AT iki DOT fi> <561A4BCE DOT 7050606 AT iki DOT fi> <56213FE2 DOT 7090409 AT iki DOT fi> <562168C6 DOT 5050001 AT gmx DOT de> <3c1ef$562685fc$d07bb077$18937 AT ALLTEL DOT NET> Date: Tue, 20 Oct 2015 21:55:30 +0300 Message-ID: Subject: Re: Random compile errors under WIndows (32 bit Windows Vista and Windows 10) From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 On 10/20/15, Frank H. Sapone (fhsapone AT windstream DOT net) [via djgpp AT delorie DOT com] wrote: > On 10/20/2015 1:52 PM, Juan Manuel Guerrero wrote: >> Every thing else will become really difficult due to different issues in >> FreeDOS and other issues in certain DJGPP ports. May be there are also >> issues in libc.a itself. I do not know if every code snippet committed >> to the repository has really been checked to work on MS-DOS too instead. >> I doubt that the vast majority of the developers still have access to >> some MS-DOS version. > > I am compiling code mostly on XP and sometimes smaller programs on DOS 7 > (i.e. Windows 98SE Boot Disk) and would like to be able to compile such > things on these target systems instead of relying on Linux to compile my > DOS programs. > There is always the option of cross-compile to djgpp from windows: i.e. mingw/mingw-w64 to djgpp cross-compilation, both for building djgpp itself and also dos-targeting programs. The djgpp source should be pretty much ready for such a scenario (of course we can have a closer look.) And IMHO, major focus of djgpp development must be functioning properly on real DOS operating systems instead of proper function under ntvdm or emulators / virtual machines.