From: "Brian Ingerson" <[EMAIL PROTECTED]>
> As most of you have probably not even tried TRIAL5, please read the
> email about that one as well.
I'm a happy man! (Output appended.)
--binkley
boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL6
$ ls
C/ Inline-API.pod Inline.pod Makefile.PL modules/
Changes Inline-Support.pod MANIFEST README symbols.perl
Inline/ Inline.pm MakeMaker/ lib/ t/
boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL6
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Inline::C is packaged with Inline.pm because it is the most commonly
used
Inline language module. See also: Inline::CPP (C++), ::Java, ::Python,
::Tcl, ::ASM, and ::CPR.
Config.pm indicates that your version of Perl was built with this C
compiler:
gcc.exe
I have located this compiler on your system:
Do you want to install Inline::C? [y]
Writing Makefile for Inline::C::grammar
Writing Makefile for Inline::C
Writing Makefile for Inline::MakeMaker
Writing Makefile for Inline
boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL6
$ make
cp Inline/Foo.pm blib/lib/Inline/Foo.pm
cp Inline-API.pod blib/lib/Inline-API.pod
cp Inline.pod blib/lib/Inline.pod
cp lib/Inline/denter.pm blib/lib/Inline/denter.pm
AutoSplitting blib/lib/Inline/denter.pm (blib/lib/auto/Inline/denter)
cp Inline-Support.pod blib/lib/Inline-Support.pod
cp Inline.pm blib/lib/Inline.pm
AutoSplitting blib/lib/Inline.pm (blib/lib/auto/Inline)
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/C'
cp C-Cookbook.pod ../blib/lib/Inline/C-Cookbook.pod
cp C.pm ../blib/lib/Inline/C.pm
cp C.pod ../blib/lib/Inline/C.pod
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
cp grammar.pm ../../blib/lib/Inline/C/grammar.pm
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
Manifying ../Inline.C-Cookbook.0
Manifying ../Inline.C.0
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
cp MakeMaker.pm ../blib/lib/Inline/MakeMaker.pm
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL6
$ make test
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/C'
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
PERL_DL_NONLAZY=1
/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/cygwin
-I/usr/lib/perl5/5.6.1 -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, 16 wallclock secs ( 2.06 cusr + 2.57 csys = 4.63
CPU)
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/C'
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
PERL_DL_NONLAZY=1
/bin/perl -I../blib/arch -I../blib/lib -I/usr/lib/perl5/5.6.1/
cygwin -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests
$verbose); $ver
bose=0; runtests @ARGV;' t/*.t
t/00init............ok
t/01syntax..........ok
t/02config..........ok
t/03typemap.........ok
t/04perlapi.........ok
All tests successful.
Files=5, Tests=11, 108 wallclock secs (41.08 cusr + 49.85 csys = 90.93
CPU)
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
PERL_DL_NONLAZY=1
/bin/perl -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/
5.6.1/cygwin -I/usr/lib/perl5/5.6.1 test.pl
1..1
ok 1
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C/grammar'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
PERL_DL_NONLAZY=1
/bin/perl -I../blib/arch -I../blib/lib -I/usr/lib/perl5/5.6.1/
cygwin -I/usr/lib/perl5/5.6.1 test.pl
1..1
ok 1
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL6/MakeMaker'
boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL6
$