X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4B2266DE.1070906@iki.fi> Date: Fri, 11 Dec 2009 17:35:58 +0200 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP for Windows7 References: <83d42l97yq DOT fsf AT gnu DOT org> <9af855b0912110142w19e3fe45k7e285f791f936a4a AT mail DOT gmail DOT com> In-Reply-To: <9af855b0912110142w19e3fe45k7e285f791f936a4a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 12/11/2009 11:42 AM, Gerrit van Niekerk wrote: > On Fri, Dec 11, 2009 at 11:27 AM, Eli Zaretskii wrote: > >> >>> From: "Alex" >>> Date: Fri, 11 Dec 2009 10:50:11 +0200 >>> Bytes: 1015 >>> >>> Is there DJGPP version for Windows7? >>> >> DJGPP programs run on Windows, so it is unclear what exactly do you >> mean. Please provide more details: what are you looking for, exactly? >> > More specifically: DJGPP programs including the DJGPP port of GCC run > on DOS including a DOS box or Windows Console window on versions of > Windows. On Windows XP it works fine, Vista had some problems with the > amount of extended memory made available and I don't know about > Windows 7. > About Vista: undocumented M$ register fix work OK immediately after applying (one needs SP1 or later for that). I set DPMI memory to 2Gb and seems to work (on laptop which has 4Gb). The last DJGPP builds of GCC for DJGPP are built there (under Vista). The problem is (also under XP) that DJGPP port of bash-2.05b is broken. The source of problems (why we did not see that earlier so much) is that current configuration scripts perhaps use more bash features and something is broken. I myself have no time to try to fix it. bash-2.04 binary from current/v2gnu works better. I haven't really even tried Windows 7. Andris