On Thu, Aug 30, 2012 at 12:57 PM, Kaj Wiik <[email protected]> wrote:

> Replying to myself:
> I installed perl v5.17.3 using perldbrew (surprisingly easy) and PDL
> from cpan, lvalue bug seems to have fixed but the pdl shell still
> doesn't report errors. Good enough...

Continuing the monologue :-):
After installing Devel::REPL (problems with installing dependency
Data::Dump::Streamer though...) the real pdl2 starts and errors are
reported.

Joy.

Thanks,
Kaj



>
> Thanks for suggestions,
>
> Kaj
>
> $ uname -a
> Linux TY1111031 3.0.0-24-generic #40-Ubuntu SMP Tue Jul 24 15:38:25
> UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
>
>
> $ perldl -V
> perlDL shell v1.354_001
>  PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
>  'COPYING' in the PDL distribution. This is free software and you
>  are welcome to redistribute it under certain conditions, see
>  the same file for details.
>
> Summary of my PDL configuration
>
> VERSION: PDL v2.4.11 (supports bad values)
>
> $%PDL::Config = {
>                   'BADVAL_PER_PDL' => '0',
>                   'WITH_PROJ' => '0',
>                   'PDL_CONFIG_VERSION' => '0.005',
>                   'POSIX_THREADS_INC' => undef,
>                   'FFTW_TYPE' => 'double',
>                   'PDL_BUILD_DIR' =>
> '/home/kjwiik/.cpan/build/PDL-2.4.11-KTlTrx',
>                   'FFTW_LIBS' => undef,
>                   'WITH_FFTW' => '0',
>                   'GSL_LIBS' => undef,
>                   'WITH_IO_BROWSER' => '0',
>                   'PROJ_INC' => undef,
>                   'WHERE_PLPLOT_INCLUDE' => undef,
>                   'HTML_DOCS' => '1',
>                   'SKIP_KNOWN_PROBLEMS' => '0',
>                   'WHERE_PLPLOT_LIBS' => undef,
>                   'WITH_3D' => '0',
>                   'WITH_POSIX_THREADS' => '1',
>                   'POGL_VERSION' => '0.65',
>                   'FFTW_INC' => undef,
>                   'HIDE_TRYLINK' => '1',
>                   'HDF_INC' => undef,
>                   'WITH_HDF' => '0',
>                   'POGL_WINDOW_TYPE' => 'glut',
>                   'WITH_GD' => '0',
>                   'WITH_BADVAL' => '1',
>                   'FITS_LEGACY' => '1',
>                   'WITH_SLATEC' => '0',
>                   'BADVAL_USENAN' => '0',
>                   'WITH_DEVEL_REPL' => '1',
>                   'TEMPDIR' => '/tmp',
>                   'PROJ_LIBS' => undef,
>                   'USE_POGL' => '0',
>                   'PDL_BUILD_VERSION' => '2.4.11',
>                   'GD_LIBS' => undef,
>                   'GSL_INC' => undef,
>                   'GD_INC' => undef,
>                   'WITH_GSL' => '1',
>                   'OPTIMIZE' => undef,
>                   'PDLDOC_IGNORE_AUTOLOADER' => '0',
>                   'HDF_LIBS' => undef,
>                   'POSIX_THREADS_LIBS' => undef,
>                   'MALLOCDBG' => {},
>                   'WITH_MINUIT' => '0',
>                   'WITH_PLPLOT' => '1',
>                   'MINUIT_LIB' => undef
>                 };
> Summary of my perl5 (revision 5 version 17 subversion 3) configuration:
>
>   Platform:
>     osname=linux, osvers=3.0.0-24-generic, archname=x86_64-linux
>     uname='linux ty1111031 3.0.0-24-generic #40-ubuntu smp tue jul 24
> 15:38:25 utc 2012 x86_64 x86_64 x86_64 gnulinux '
>     config_args='-de
> -Dprefix=/home/kjwiik/perl5/perlbrew/perls/perl-5.17.3 -Dusedevel'
>     hint=recommended, useposix=true, d_sigaction=define
>     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='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
>     optimize='-O2',
>     cppflags='-fno-strict-aliasing -pipe -fstack-protector 
> -I/usr/local/include'
>     ccversion='', gccversion='4.6.1', gccosandvers=''
>     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
>     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='cc', ldflags =' -fstack-protector -L/usr/local/lib'
>     libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib
> /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
>     libs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     libc=, so=so, useshrplib=false, libperl=libperl.a
>     gnulibc_version='2.13'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
>     cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib
> -fstack-protector'
>
>
> perl -V
> Summary of my perl5 (revision 5 version 17 subversion 3) configuration:
>
>   Platform:
>     osname=linux, osvers=3.0.0-24-generic, archname=x86_64-linux
>     uname='linux ty1111031 3.0.0-24-generic #40-ubuntu smp tue jul 24
> 15:38:25 utc 2012 x86_64 x86_64 x86_64 gnulinux '
>     config_args='-de
> -Dprefix=/home/kjwiik/perl5/perlbrew/perls/perl-5.17.3 -Dusedevel'
>     hint=recommended, useposix=true, d_sigaction=define
>     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='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
>     optimize='-O2',
>     cppflags='-fno-strict-aliasing -pipe -fstack-protector 
> -I/usr/local/include'
>     ccversion='', gccversion='4.6.1', gccosandvers=''
>     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
>     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='cc', ldflags =' -fstack-protector -L/usr/local/lib'
>     libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib
> /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
>     libs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     libc=, so=so, useshrplib=false, libperl=libperl.a
>     gnulibc_version='2.13'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
>     cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib
> -fstack-protector'
>
>
> Characteristics of this binary (from libperl):
>   Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
>                         PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
>                         USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
>                         USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
>                         USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
>   Built under linux
>   Compiled at Aug 30 2012 07:28:28
>   %ENV:
>     PERLBREW_HOME="/home/kjwiik/.perlbrew"
>     
> PERLBREW_PATH="/home/kjwiik/perl5/perlbrew/bin:/home/kjwiik/perl5/perlbrew/perls/perl-5.17.3/bin"
>     PERLBREW_PERL="perl-5.17.3"
>     PERLBREW_ROOT="/home/kjwiik/perl5/perlbrew"
>     PERLBREW_VERSION="0.27"
>   @INC:
>     
> /home/kjwiik/perl5/perlbrew/perls/perl-5.17.3/lib/site_perl/5.17.3/x86_64-linux
>     /home/kjwiik/perl5/perlbrew/perls/perl-5.17.3/lib/site_perl/5.17.3
>     /home/kjwiik/perl5/perlbrew/perls/perl-5.17.3/lib/5.17.3/x86_64-linux
>     /home/kjwiik/perl5/perlbrew/perls/perl-5.17.3/lib/5.17.3
>     .

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to