Re: DJGPP vs Cygwin

2002-11-06 Thread Larry Hall (RFK Partners, Inc)
At 10:48 PM 11/5/2002, CBFalconer wrote: >I have been using Cygwin to check portability, and recently tried >an experiment. I compiled and run the same, largely compute >bound, program on both systems and timed their execution. Both >were compiled with "gcc -W -Wall -O2 -ansi -pedantic -gstabs+",

DJGPP vs Cygwin

2002-11-05 Thread CBFalconer
I have been using Cygwin to check portability, and recently tried an experiment. I compiled and run the same, largely compute bound, program on both systems and timed their execution. Both were compiled with "gcc -W -Wall -O2 -ansi -pedantic -gstabs+", using gcc 3.1 on DJGPP, and gcc 3.2 on Cygwi