All-

As a couple of recent discussions have shown,
it is very important to include the version
information for questions or problems with
PDL or related modules.

The simplest way to determine the version of your
PDL install is to give the -V option to the perldl
or pdl command.

E.g.,

$ pdl -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_001 (supports bad values)

$%PDL::Config = {
                  'BADVAL_PER_PDL' => '0',
                  'WITH_PROJ' => '1',
                  'PDL_CONFIG_VERSION' => '0.005',
                  'POSIX_THREADS_INC' => undef,
                  'FFTW_TYPE' => 'double',
                  'PDL_BUILD_DIR' => '/cygdrive/c/chm/pdl/git/pdl',
                  'FFTW_LIBS' => undef,
                  'WITH_FFTW' => '0',
                  'GSL_LIBS' => undef,
                  'GL_BUILD' => '1',
                  'WITH_IO_BROWSER' => '0',
                  'PROJ_INC' => undef,
                  'WHERE_PLPLOT_INCLUDE' => undef,
                  'HTML_DOCS' => '1',
                  'SKIP_KNOWN_PROBLEMS' => '0',
                  'WHERE_PLPLOT_LIBS' => undef,
                  'WITH_3D' => '1',
                  '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' => '1',
                  'WITH_BADVAL' => '1',
                  'FITS_LEGACY' => '1',
                  'WITH_SLATEC' => '1',
                  'BADVAL_USENAN' => '0',
                  'WITH_DEVEL_REPL' => '1',
                  'TEMPDIR' => '/tmp',
                  'PROJ_LIBS' => undef,
                  'USE_POGL' => '1',
                  'PDL_BUILD_VERSION' => '2.4.11_001',
                  'GD_LIBS' => undef,
                  'GSL_INC' => undef,
                  'GD_INC' => undef,
                  'WITH_GSL' => '1',
                  'OPTIMIZE' => undef,
                  'PDLDOC_IGNORE_AUTOLOADER' => undef,
                  'HDF_LIBS' => undef,
                  'POSIX_THREADS_LIBS' => undef,
                  'MALLOCDBG' => {},
                  'WITH_MINUIT' => '1',
                  'WITH_PLPLOT' => '0',
                  'MINUIT_LIB' => undef
                };
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:

  Platform:
    osname=cygwin, osvers=1.7.5(0.22553), 
archname=i686-cygwin-thread-multi-64int
    uname='cygwin_nt-5.1 reini 1.7.5(0.22553) 2010-04-12 19:07 i686 cygwin '
    config_args='-de -Dlibperl=cygperl5_10.dll -Dcc=gcc-4 -Dld=g++-4 
-Dmksymlinks -Dusethreads -Dmad=y -Doptimize=-O3 -Accflags=-g3'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='gcc-4', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 -fno-strict-aliasing 
-pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.3.4 20090804 (release) 1', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++-4', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols 
-Wl,--stack,8388608 -Wl,--enable-auto-image-base -fstack-protector 
-L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_10.dll
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' --shared  -Wl,--enable-auto-import 
-Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base 
-L/usr/local/lib -fstack-protector'

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

Reply via email to