From: "Tim Van Holder" To: Subject: RE: Interest in Smalltalk and/or Python? Date: Sun, 14 Jan 2001 17:11:07 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id LAA20520 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Just a quick question: is there any interest in DJGPP packages > > for GNU smalltalk and/or Python 2.0? > Yes! These two have been on my TOD since forever, especially since both > FSF and some users wanted to see them on the GNU Software for DOS/Windows > CD-ROM, but I never get to porting them. Annoyance! As it turns out, the latest smalltalk package requires mmap(), so it won't work out-of-the-box on DJGPP at all (and since I don't think many MSDOS environments have mmap(), also renders the MSDOS support it has useless). I'll check if there's a way to excise the mmap()-related code (smalltalk 1.7 didn't use it, so it might be possible); if not, I think we may be screwed(tm) - until we have mmap() too, that is.