Date: Sat, 30 Apr 2005 00:04:16 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 544 ************************************************** Friday 29 April 2005 Number 544 ************************************************** Subjects for today 1 Re: Test version of Python 2.4.1 compiled with Innotek GCC : Dave Yeo" 2 SW: Updated Python 2.4.1 built with Innotek GCC : Paul Smedley **= Email 1 ==========================** Date: Thu, 28 Apr 2005 08:06:35 -0800 From: "Dave Yeo" Subject: Re: Test version of Python 2.4.1 compiled with Innotek GCC On Thu, 28 Apr 2005 07:01:57 +0930, Paul Smedley wrote: >then we just need to work out how to differentiate between emx and >innotek gcc in the source tree Just use __INNOTEK_LIBC__. #if defined(__EMX__) && !defined(__INNOTEK_LIBC__) this is only applicable to EMX #endif #ifdef __EMX__ this is applicable to both EMX and INNOTEK_LIBC #endif #ifdef __INNOTEK_LIBC__ only applicable to LIBC #endif Dave **= Email 2 ==========================** Date: Fri, 29 Apr 2005 21:07:10 +0930 From: Paul Smedley Subject: SW: Updated Python 2.4.1 built with Innotek GCC HI All, Further to my previous announcement, I've refreshed my build of Python 2.4.1 that uses Innotek GCC 3.3.5 beta 4 as the compiler in place of EMX. Updated build can be found at http://smedley.info/python241-os2-innotekgcc.zip It now includes more of the optional modules - now included are: gnu readline and ncurses as well as the previouslu included zlib and crypt. This is functional enough to work with bittorrent.... I will upload this to Hobbes once it's ironed out. Also please note that my upload is limited to 16 k/s - so please only download this if you intend to test it! Any feedback appreciated - even if it's just to confirm that it's working OK. Cheers, Paul.