Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Math-Complex_C-0.09 v5.16.3 Windows (Cygwin)
Date: 2015-12-21T19:07:26Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Sisyphus,
This is a computer-generated report for Math-Complex_C-0.09
on perl 5.16.3, created by CPAN-Reporter-1.2015.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Complex_C.pm blib/lib/Math/Complex_C.pm
make[1]: Entering directory '/cygdrive/c/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.09-vTUrLM/Long'
cp Long.pm ../blib/lib/Math/Complex_C/Long.pm
/cygdrive/c/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/bin/perl.exe /cygdrive/c/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/ExtUtils/xsubpp -typemap /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/ExtUtils/typemap Long.xs > Long.xsc && mv Long.xsc Long.c
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" "-I/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE" -DNEWPERL Long.c
In file included from /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/perl.h:5071:0,
from Long.xs:11:
Long.xs: In function 'arg_cl':
Long.xs:260:21: warning: incompatible implicit declaration of built-in function 'cargl'
return newSVnv(cargl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function 'conj_cl':
Long.xs:268:52: warning: incompatible implicit declaration of built-in function 'conjl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = conjl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'acos_cl':
Long.xs:272:52: warning: incompatible implicit declaration of built-in function 'cacosl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'asin_cl':
Long.xs:276:52: warning: incompatible implicit declaration of built-in function 'casinl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'atan_cl':
Long.xs:280:52: warning: incompatible implicit declaration of built-in function 'catanl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'cos_cl':
Long.xs:284:52: warning: incompatible implicit declaration of built-in function 'ccosl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sin_cl':
Long.xs:288:52: warning: incompatible implicit declaration of built-in function 'csinl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'tan_cl':
Long.xs:292:52: warning: incompatible implicit declaration of built-in function 'ctanl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'acosh_cl':
Long.xs:296:52: warning: incompatible implicit declaration of built-in function 'cacoshl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'asinh_cl':
Long.xs:300:52: warning: incompatible implicit declaration of built-in function 'casinhl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'atanh_cl':
Long.xs:304:52: warning: incompatible implicit declaration of built-in function 'catanhl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'cosh_cl':
Long.xs:308:52: warning: incompatible implicit declaration of built-in function 'ccoshl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sinh_cl':
Long.xs:312:52: warning: incompatible implicit declaration of built-in function 'csinhl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'tanh_cl':
Long.xs:316:52: warning: incompatible implicit declaration of built-in function 'ctanhl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'exp_cl':
Long.xs:320:51: warning: incompatible implicit declaration of built-in function 'cexpl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))= cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'log_cl':
Long.xs:324:52: warning: incompatible implicit declaration of built-in function 'clogl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sqrt_cl':
Long.xs:328:52: warning: incompatible implicit declaration of built-in function 'csqrtl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'proj_cl':
Long.xs:332:52: warning: incompatible implicit declaration of built-in function 'cprojl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cprojl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'pow_cl':
Long.xs:336:52: warning: incompatible implicit declaration of built-in function 'cpowl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))),
^
Long.xs: In function '_overload_pow':
Long.xs:410:14: warning: incompatible implicit declaration of built-in function 'cpowl'
*pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
^
Long.xs:416:16: warning: incompatible implicit declaration of built-in function 'cpowl'
*pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b)))));
^
Long.xs: In function '_overload_sqrt':
Long.xs:595:12: warning: incompatible implicit declaration of built-in function 'csqrtl'
*pc = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_pow_eq':
Long.xs:609:52: warning: incompatible implicit declaration of built-in function 'cpowl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
^
Long.xs:615:52: warning: incompatible implicit declaration of built-in function 'cpowl'
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))),
^
Long.xs: In function '_overload_exp':
Long.xs:780:12: warning: incompatible implicit declaration of built-in function 'cexpl'
*pc = cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_log':
Long.xs:797:12: warning: incompatible implicit declaration of built-in function 'clogl'
*pc = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_sin':
Long.xs:814:12: warning: incompatible implicit declaration of built-in function 'csinl'
*pc = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_cos':
Long.xs:831:12: warning: incompatible implicit declaration of built-in function 'ccosl'
*pc = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_atan2':
Long.xs:851:12: warning: incompatible implicit declaration of built-in function 'catanl'
*pc = catanl(*pc);
^
Running Mkbootstrap for Math::Complex_C::Long ()
chmod 644 Long.bs
rm -f ../blib/arch/auto/Math/Complex_C/Long/Long.dll
g++ --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector Long.o -o ../blib/arch/auto/Math/Complex_C/Long/Long.dll \
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/cygperl5_16_3.dll -lm \
Long.o:Long.c:(.text+0xd28): undefined reference to `cargl'
Long.o:Long.c:(.text+0xd28): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cargl'
Long.o:Long.c:(.text+0x1557): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x1557): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `ctanhl'
Long.o:Long.c:(.text+0x1647): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x1647): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cexpl'
Long.o:Long.c:(.text+0x1737): undefined reference to `clogl'
Long.o:Long.c:(.text+0x1737): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `clogl'
Long.o:Long.c:(.text+0x1827): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x1827): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `csqrtl'
Long.o:Long.c:(.text+0x1917): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x1917): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cprojl'
Long.o:Long.c:(.text+0x1a07): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x1a07): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cacosl'
Long.o:Long.c:(.text+0x1af7): undefined reference to `casinl'
Long.o:Long.c:(.text+0x1af7): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `casinl'
Long.o:Long.c:(.text+0x1be7): undefined reference to `catanl'
Long.o:Long.c:(.text+0x1be7): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `catanl'
Long.o:Long.c:(.text+0x1cd7): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x1cd7): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `ccosl'
Long.o:Long.c:(.text+0x1dc7): undefined reference to `csinl'
Long.o:Long.c:(.text+0x1dc7): additional relocation overflows omitted from the output
Long.o:Long.c:(.text+0x1eb7): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x1fa7): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x2097): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x2187): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x2277): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x2367): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x35d6): undefined reference to `csinl'
Long.o:Long.c:(.text+0x3706): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x3836): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x3966): undefined reference to `clogl'
Long.o:Long.c:(.text+0x3a96): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x3d11): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x6eb1): undefined reference to `cargl'
Long.o:Long.c:(.text+0x6ff7): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x7077): undefined reference to `casinl'
Long.o:Long.c:(.text+0x70f7): undefined reference to `catanl'
Long.o:Long.c:(.text+0x7177): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x71f7): undefined reference to `csinl'
Long.o:Long.c:(.text+0x7277): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x72f7): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x7377): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x73f7): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x7477): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x74f7): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x7577): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x75f7): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x7677): undefined reference to `clogl'
Long.o:Long.c:(.text+0x76f7): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x7777): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x782a): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x809f): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x9632): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x979e): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x980e): undefined reference to `cpowl'
Long.o:Long.c:(.text+0xa6f2): undefined reference to `cexpl'
Long.o:Long.c:(.text+0xa7c2): undefined reference to `clogl'
Long.o:Long.c:(.text+0xa892): undefined reference to `csinl'
Long.o:Long.c:(.text+0xa962): undefined reference to `ccosl'
Long.o:Long.c:(.text+0xaab1): undefined reference to `catanl'
collect2: error: ld returned 1 exit status
Makefile:456: recipe for target '../blib/arch/auto/Math/Complex_C/Long/Long.dll' failed
make[1]: *** [../blib/arch/auto/Math/Complex_C/Long/Long.dll] Error 1
make[1]: Leaving directory '/cygdrive/c/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.09-vTUrLM/Long'
Makefile:525: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 6.63_02
configure_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 6.63_02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
LD_LIBRARY_PATH =
NUMBER_OF_PROCESSORS = 8
PATH = /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/bin/5.16.3/cygwin-thread:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/bin:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/bin:/usr/local/bin:/usr/bin
PERL5LIB = /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 115360
PERL5_CPAN_IS_EXECUTING = /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.09-vTUrLM/Makefile.PL
PERL5_CPAN_IS_RUNNING = 115360
PERL_AUTOINSTALL = --defaultdeps
PERL_CPAN_REPORTER_CONFIG = /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/reporter/config.ini
PERL_CPAN_REPORTER_DIR = /opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/reporter
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_MM_USE_DEFAULT = 1
PERL_MY_PREFIX = /opt/perl5
PERL_MY_SOURCE_DIR = /cygdrive/c/src/perl
PERL_TEST_CRITIC = 1
PERL_TEST_CRITIC = 1
PERL_TEST_POD = 1
PERL_TEST_POD = 1
POD_TESTING = 1
POD_TESTS = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
SHELL = /usr/bin/bash
TEMP = /tmp
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /cygdrive/c/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/bin/perl
$UID/$EUID = 1061331 / 1061331
$GID = 1049089 1049089 197608 545 4 66049 11 15 4095 66048 1104222 1098011 1051245 1113266 1090502 1081310 1090413 1061909 1058653 1081942 1122108 1125494 1083675 1088201 1093944 1090357 1122107 1051228 1057394 1126626 1090221 1056539 1057337 1089132 1100278 1051354 1104220 1059243 1089865 1087957 1105777 1049649 1125495 1069945 1095107 1059531 1126717 1090104 1090492 1068897 1081637 1095782 1111057 1119491 1069144 1081620 70145 1049147 1083352 401408
$EGID = 1049089 1049089 197608 545 4 66049 11 15 4095 66048 1104222 1098011 1051245 1113266 1090502 1081310 1090413 1061909 1058653 1081942 1122108 1125494 1083675 1088201 1093944 1090357 1122107 1051228 1057394 1126626 1090221 1056539 1057337 1089132 1100278 1051354 1104220 1059243 1089865 1087957 1105777 1049649 1125495 1069945 1095107 1059531 1126717 1090104 1090492 1068897 1081637 1095782 1111057 1119491 1069144 1081620 70145 1049147 1083352 401408
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.120630
Cwd 3.39_02
ExtUtils::CBuilder 0.280206
ExtUtils::Command 1.17
ExtUtils::Install 1.58
ExtUtils::MakeMaker 6.63_02
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.16
File::Spec 3.39_02
JSON n/a
JSON::PP 2.27200
Module::Build 0.39_01
Module::Signature n/a
Parse::CPAN::Meta 1.4402
Test::Harness 3.23
Test::More 0.98
YAML 1.15
YAML::Syck n/a
version 0.99
--
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
Platform:
osname=cygwin, osvers=2.1.0(0.28753), archname=cygwin-thread
uname='cygwin_nt-6.1 rigel 2.1.0(0.28753) 2015-07-14 21:28 x86_64 cygwin '
config_args='-de -Dmksymlinks -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Dusethreads -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.9.3', 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='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-ldb -ldl -lcrypt
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_16_3.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,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under cygwin
Compiled at Jul 31 2015 01:20:56
%ENV:
PERL5LIB="/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3:/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="115360"
PERL5_CPAN_IS_EXECUTING="/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.09-vTUrLM/Makefile.PL"
PERL5_CPAN_IS_RUNNING="115360"
PERL_AUTOINSTALL="--defaultdeps"
PERL_CPAN_REPORTER_CONFIG="/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/reporter/config.ini"
PERL_CPAN_REPORTER_DIR="/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/cpan/5.16.3/cygwin-thread/reporter"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_MM_USE_DEFAULT="1"
PERL_MY_PREFIX="/opt/perl5"
PERL_MY_SOURCE_DIR="/cygdrive/c/src/perl"
PERL_TEST_CRITIC="1"
PERL_TEST_POD="1"
CYGWIN="codepage:utf8 nodosfilewarning"
@INC:
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3/cygwin-thread
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3/cygwin-thread
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/site_perl/5.16.3/cygwin-thread
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/site_perl/5.16.3
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread
/opt/perl5/cygwin_nt-6.1/2.1.0/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3
.