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
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