Re: Compiling PythonD using DJGPP

2007-08-08 Thread -Lost
John Simeon's response: > My problem is that I am getting a compiler error that I do not > understand: > > gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes > -I. -I./Include > -DPy_BUILD_CORE -o Python/compile.o Python/compile.c > Python/compile.c: In function 'optimize_c

Re: Compiling PythonD using DJGPP

2007-07-22 Thread memracom
On 22 Jul, 18:29, "John Simeon" <[EMAIL PROTECTED]> wrote: > Hi there. I had an old computer at my disposal and decided to put it to use > by setting up a nostalgia project with DOS and Windows for Workgroups 3.11. > gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. > -I./I

Compiling PythonD using DJGPP

2007-07-22 Thread John Simeon
Hi there. I had an old computer at my disposal and decided to put it to use by setting up a nostalgia project with DOS and Windows for Workgroups 3.11. Now that all of you are back from laughing about the archaicness of the software involved ;-) here is my problem. PythonD is a port of python t