On 22/10/02 15:24 +0100, Leo Schalkwyk wrote: > > > OS: cygwin on windows 98 > > bash-2.03$ cygcheck -s > > Cygnus Win95/NT Configuration Diagnostics > Current System Time: Tue Oct 22 15:16:18 2002 > > Win9X Ver 4.10 build 67766446 A > <...> > bash-2.03$ perl -v > > This is perl, v5.6.0 built for cygwin-multi > <...>
Leo, my friend. Thanks for the tests. I was hoping you'd take the Cygwin honors for me. Long time, no C. (Leo was one of the first people to ever test Inline. Definitely the first one on Cygwin) > > bash-2.03$ make test > make[1]: Entering directory `/.cpan/build/Inline-0.44-TRIAL7/C' > Manifying ../blib/man3/Inline::C-Cookbook.3 > Manifying ../blib/man3/Inline::C::ParseRecDescent.3 > Manifying ../blib/man3/Inline::C::ParseRegExp.3 > Manifying ../blib/man3/Inline::C.3 > make[1]: Leaving directory `/.cpan/build/Inline-0.44-TRIAL7/C' > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use >Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00init............ok > t/01usages..........ok > t/02config..........ok > t/03errors..........ok > t/04create..........ok > t/05files...........skipped test on this platform > All tests successful, 1 test skipped. > Files=6, Tests=14, 34 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) > make[1]: Entering directory `/.cpan/build/Inline-0.44-TRIAL7/C' > PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib >-I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use >Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00init............ok > t/01syntax..........ok > t/02config..........ok > t/03typemap.........ok > t/04perlapi.........ok > t/05xsmode..........ok > All tests successful. > Files=6, Tests=12, 515 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) > make[1]: Leaving directory `/.cpan/build/Inline-0.44-TRIAL7/C' > > > something seriously slow happens during the 01 syntax test. IIRC, it should be 5 times as slow, because it has 5 compiles inside. Cheers, Brian
