From: "Brian Ingerson" <[EMAIL PROTECTED]>

> * Changed config-creation INC paths. This should be right, but if I'm
> wrong the install may once again fail for Jochen and Binkley. So try
it
> again you guys.

I hear you knocking, but you can't come in:  All tests successful,
though some skipped on my platform.


Cheers,
--binkley


boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL7
$ uname -a
CYGWIN_NT-5.0 BINKLEY2KLT 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown

boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL7
$ perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=cygwin, osvers=1.1.6(0.3032), archname=cygwin
    uname='cygwin_nt-5.0 fifer 1.1.6(0.3032) 2000-11-21 21:00 i686
unknown '
    config_args='-de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=unde
f
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc', ccflags
='-DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-alia
sing',
    optimize='-O2',



 cppflags='-DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-aliasing'
    ccversion='', gccversion='2.95.2-5 19991024 (cygwin experimental)',
gccosand
vers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize
=4
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -s -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -lcrypt
    perllibs=-lcrypt
    libc=/usr/lib/libc.a, so=dll, useshrplib=true,
libperl=libperl5_6_1.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
    cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: USE_LARGE_FILES
  Locally applied patches:
        v5.6.1-TRIAL1
  Built under cygwin
  Compiled at Dec 21 2000 21:39:40
  @INC:
    /usr/lib/perl5/5.6.1/cygwin
    /usr/lib/perl5/5.6.1
    /usr/lib/perl5/site_perl/5.6.1/cygwin
    /usr/lib/perl5/site_perl/5.6.1
    /usr/lib/perl5/site_perl
    .

boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL7
$ 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-TRIAL7
$ 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-TRIAL7/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-TRIAL7/C/grammar'
cp grammar.pm ../../blib/lib/Inline/C/grammar.pm
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL7/C/grammar'
Manifying ../Inline.C-Cookbook.0
Manifying ../Inline.C.0
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL7/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL7/MakeMaker'
cp MakeMaker.pm ../blib/lib/Inline/MakeMaker.pm
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL7/MakeMaker'

boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL7
$ make test
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL7/C'
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL7/C/grammar'
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL7/C/grammar'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL7/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL7/MakeMaker'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL7/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, 15 wallclock secs ( 1.96 cusr +  2.15 csys =  4.11
CPU)
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL7/C'
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL7/C/grammar'
make[2]: Leaving directory `/tmp/Inline-0.40-TRIAL7/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, 95 wallclock secs (40.13 cusr + 48.32 csys = 88.46
CPU)
make[2]: Entering directory `/tmp/Inline-0.40-TRIAL7/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-TRIAL7/C/grammar'
make[1]: Leaving directory `/tmp/Inline-0.40-TRIAL7/C'
make[1]: Entering directory `/tmp/Inline-0.40-TRIAL7/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-TRIAL7/MakeMaker'

boxley@BINKLEY2KLT /tmp/Inline-0.40-TRIAL7
$


Reply via email to