Rajanikanth Dandamudi said:
> Paul,
>
> perl -V on my machine gives :
>
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
>   Platform:
>     osname=solaris, osvers=2.7, archname=sun4-solaris

I can get hold of a Solaris 2.8 machine ...

>     uname='sunos apdsparc136 5.7 generic_106541-17 sun4u sparc '
>     config_args=''
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=undef use5005threads=undef useithreads=undef
> usemultiplicity=undef useperlio=define d_sfio=undef
> uselargefiles=define usesocks=undef use64bitint=define
> use64bitall=define uselongdouble=undef
>     usemymalloc=n, bincompat5005=undef
>   Compiler:
>     cc='/apps/CC50/SUNWspro/SC5.0/bin/cc', ccflags ='-xtarget=ultra
> -xarch=v9
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -xarch=v9
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',

.... but not Sun's cc, nor can I easily get hold of an appropriate version
of gcc to compile with -Duse64bitall.

>     optimize='-O',
>     cppflags='-xtarget=ultra -xarch=v9 -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE64_SOURCE'
>
>     ccversion='WorkShop Compilers 5.0 98/12/15 C 5.0', gccversion='',
> gccosandvers=''
>     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
> ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8 alignbytes=8, prototype=define
>   Linker and Libraries:
>     ld='/apps/CC50/SUNWspro/SC5.0/bin/cc', ldflags ='-xtarget=ultra
> -xarch=v9
> -xarch=v9 '
>     libpth=/usr/lib/sparcv9
>     libs=-lsocket -lnsl -ldl -lm -lc
>     perllibs=-lsocket -lnsl -ldl -lm -lc
>     libc=/usr/lib/sparcv9/libc.so, so=so, useshrplib=false,
> libperl=libperl.a gnulibc_version=''
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
>     cccdlflags='-KPIC', lddlflags=' -G -xarch=v9'
>
>
> Characteristics of this binary (from libperl):
>   Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
> Built under solaris
>   Compiled at Nov 29 2002 10:54:30
>   %ENV:
>     PERL5DB="BEGIN { require
> '/vobs/pyramid/perl/distribution/sun7/perl5.005_03/lib/5.00503/perl5db.pl'}"

I don't suppose this has any effect.

>     PERL5LIB="/usr/local/lib/perl5"

Is there anything special in here?

>   @INC:
>     /usr/local/lib/perl5
>     /proj/dite/WorkArea/Raja/perl/install/lib/5.8.0/sun4-solaris
>     /proj/dite/WorkArea/Raja/perl/install/lib/5.8.0
>     /proj/dite/WorkArea/Raja/perl/install/lib/site_perl/5.8.0/sun4-solaris
> /proj/dite/WorkArea/Raja/perl/install/lib/site_perl/5.8.0
>     /proj/dite/WorkArea/Raja/perl/install/lib/site_perl
>
> and
>
> program_1/cover.4 is :
>
> $db = {'collected' => ['statement','time'],'cover' => {'program_1.pl' =>
> {'statement' => {3 => [[[0]]]}}},'indent' => 0};

Looks about right for what you have reported.

Did you run make test on Devel::Cover?  Did the tests pass?

Has anyone had any success with Devel::Cover on a 64 bit machine?

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net



Reply via email to