Report for Math-Complex_C-0.08

Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Math-Complex_C-0.08 v5.18.0 Windows (Cygwin)
Date: 2014-01-31T16:08:38Z

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.08
on perl 5.18.0, created by CPAN-Reporter-1.2010.

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 '/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex_C-0.08-YT_h9N/Long'
cp Long.pm ../blib/lib/Math/Complex_C/Long.pm
Running Mkbootstrap for Math::Complex_C::Long ()
chmod 644 Long.bs
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/bin/perl.exe /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/site_perl/5.18.0/ExtUtils/xsubpp  -typemap /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/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.08\" -DXS_VERSION=\"0.08\"  "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE"  -DNEWPERL Long.c
In file included from /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/perl.h:5156:0,
                 from Long.xs:10:
Long.xs: In function ‘real_cl’:
Long.xs:229:21: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
      return newSVnv(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
                     ^
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/embed.h:378:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘imag_cl’:
Long.xs:233:21: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
      return newSVnv(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
                     ^
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/embed.h:378:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘real_cl2LD’:
Long.xs:240:55: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
          *(INT2PTR(long double *, SvIV(SvRV(rop)))) = creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                       ^
Long.xs: In function ‘imag_cl2LD’:
Long.xs:251:55: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
          *(INT2PTR(long double *, SvIV(SvRV(rop)))) = cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                       ^
In file included from /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/perl.h:5156:0,
                 from Long.xs:10:
Long.xs: In function ‘arg_cl’:
Long.xs:259:21: warning: incompatible implicit declaration of built-in function ‘cargl’ [enabled by default]
      return newSVnv(cargl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
                     ^
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/embed.h:378:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘abs_cl’:
Long.xs:263:21: warning: incompatible implicit declaration of built-in function ‘cabsl’ [enabled by default]
      return newSVnv(cabsl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
                     ^
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/embed.h:378:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘conj_cl’:
Long.xs:267:52: warning: incompatible implicit declaration of built-in function ‘conjl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = conjl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘acos_cl’:
Long.xs:271:52: warning: incompatible implicit declaration of built-in function ‘cacosl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘asin_cl’:
Long.xs:275:52: warning: incompatible implicit declaration of built-in function ‘casinl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘atan_cl’:
Long.xs:279:52: warning: incompatible implicit declaration of built-in function ‘catanl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘cos_cl’:
Long.xs:283:52: warning: incompatible implicit declaration of built-in function ‘ccosl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘sin_cl’:
Long.xs:287:52: warning: incompatible implicit declaration of built-in function ‘csinl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘tan_cl’:
Long.xs:291:52: warning: incompatible implicit declaration of built-in function ‘ctanl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘acosh_cl’:
Long.xs:295:52: warning: incompatible implicit declaration of built-in function ‘cacoshl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘asinh_cl’:
Long.xs:299:52: warning: incompatible implicit declaration of built-in function ‘casinhl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘atanh_cl’:
Long.xs:303:52: warning: incompatible implicit declaration of built-in function ‘catanhl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘cosh_cl’:
Long.xs:307:52: warning: incompatible implicit declaration of built-in function ‘ccoshl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘sinh_cl’:
Long.xs:311:52: warning: incompatible implicit declaration of built-in function ‘csinhl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘tanh_cl’:
Long.xs:315:52: warning: incompatible implicit declaration of built-in function ‘ctanhl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘exp_cl’:
Long.xs:319:51: warning: incompatible implicit declaration of built-in function ‘cexpl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))= cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                   ^
Long.xs: In function ‘log_cl’:
Long.xs:323:52: warning: incompatible implicit declaration of built-in function ‘clogl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘sqrt_cl’:
Long.xs:327:52: warning: incompatible implicit declaration of built-in function ‘csqrtl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘proj_cl’:
Long.xs:331:52: warning: incompatible implicit declaration of built-in function ‘cprojl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cprojl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
                                                    ^
Long.xs: In function ‘pow_cl’:
Long.xs:335:52: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
      *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))),
                                                    ^
Long.xs: In function ‘_overload_true’:
Long.xs:340:18: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
      if (_is_nan(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))))) &&
                  ^
Long.xs:341:18: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
          _is_nan(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))))) return newSVuv(0);
                  ^
Long.xs: In function ‘_overload_not’:
Long.xs:348:18: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
      if (_is_nan(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))))) &&
                  ^
Long.xs:349:18: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
          _is_nan(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))))) return newSVuv(1);
                  ^
Long.xs: In function ‘_overload_equiv’:
Long.xs:357:22: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
        if(SvNV(b) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) &&
                      ^
Long.xs:358:22: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
           0       == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))))) return newSVuv(1);
                      ^
Long.xs:364:13: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
          if(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))) &&
             ^
Long.xs:365:13: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
             cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))))
             ^
Long.xs: In function ‘_overload_not_equiv’:
Long.xs:375:22: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
        if(SvNV(b) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) &&
                      ^
Long.xs:376:22: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
           0       == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))))) return newSVuv(0);
                      ^
Long.xs:383:13: warning: incompatible implicit declaration of built-in function ‘creall’ [enabled by default]
          if(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))) &&
             ^
Long.xs:384:13: warning: incompatible implicit declaration of built-in function ‘cimagl’ [enabled by default]
             cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))))
             ^
Long.xs: In function ‘_overload_pow’:
Long.xs:409:14: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
        *pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
              ^
Long.xs:415:16: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
          *pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b)))));
                ^
Long.xs: In function ‘_overload_sqrt’:
Long.xs:594:12: warning: incompatible implicit declaration of built-in function ‘csqrtl’ [enabled by default]
      *pc = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
            ^
Long.xs: In function ‘_overload_pow_eq’:
Long.xs:608:52: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
        *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
                                                    ^
Long.xs:614:52: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
        *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))),
                                                    ^
In file included from /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/perl.h:5156:0,
                 from Long.xs:10:
Long.xs: In function ‘_overload_abs’:
Long.xs:766:21: warning: incompatible implicit declaration of built-in function ‘cabsl’ [enabled by default]
      return newSVnv(cabsl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
                     ^
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/embed.h:378:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘_overload_exp’:
Long.xs:779:12: warning: incompatible implicit declaration of built-in function ‘cexpl’ [enabled by default]
      *pc = cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
            ^
Long.xs: In function ‘_overload_log’:
Long.xs:796:12: warning: incompatible implicit declaration of built-in function ‘clogl’ [enabled by default]
      *pc = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
            ^
Long.xs: In function ‘_overload_sin’:
Long.xs:813:12: warning: incompatible implicit declaration of built-in function ‘csinl’ [enabled by default]
      *pc = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
            ^
Long.xs: In function ‘_overload_cos’:
Long.xs:830:12: warning: incompatible implicit declaration of built-in function ‘ccosl’ [enabled by default]
      *pc = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
            ^
Long.xs: In function ‘_overload_atan2’:
Long.xs:850:12: warning: incompatible implicit declaration of built-in function ‘catanl’ [enabled by default]
      *pc = catanl(*pc);
            ^
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/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin/CORE/cygperl5_18_0.dll -lm  	\
  
Long.o:Long.c:(.text+0xca1): undefined reference to `cabsl'
Long.o:Long.c:(.text+0xca1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cabsl'
Long.o:Long.c:(.text+0xe91): undefined reference to `cargl'
Long.o:Long.c:(.text+0xe91): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cargl'
Long.o:Long.c:(.text+0xf71): undefined reference to `cabsl'
Long.o:Long.c:(.text+0xf71): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cabsl'
Long.o:Long.c:(.text+0x1be8): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x1be8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cacoshl'
Long.o:Long.c:(.text+0x1d08): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x1d08): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `casinhl'
Long.o:Long.c:(.text+0x1e28): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x1e28): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `catanhl'
Long.o:Long.c:(.text+0x1f48): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x1f48): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `ccoshl'
Long.o:Long.c:(.text+0x2068): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x2068): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `csinhl'
Long.o:Long.c:(.text+0x2188): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x2188): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `ctanhl'
Long.o:Long.c:(.text+0x22a8): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x22a8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cexpl'
Long.o:Long.c:(.text+0x23c8): undefined reference to `clogl'
Long.o:Long.c:(.text+0x23c8): additional relocation overflows omitted from the output
Long.o:Long.c:(.text+0x24e8): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x2608): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x2728): undefined reference to `catanl'
Long.o:Long.c:(.text+0x2848): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x2968): undefined reference to `csinl'
Long.o:Long.c:(.text+0x2a88): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x2ba8): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x2cc8): undefined reference to `casinl'
Long.o:Long.c:(.text+0x3bcd): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x3d0d): undefined reference to `clogl'
Long.o:Long.c:(.text+0x3e4d): undefined reference to `csinl'
Long.o:Long.c:(.text+0x3f8d): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x40cd): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x43ac): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x5fe2): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x607a): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x8089): undefined reference to `cargl'
Long.o:Long.c:(.text+0x80e9): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x81f0): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x8290): undefined reference to `casinl'
Long.o:Long.c:(.text+0x8330): undefined reference to `catanl'
Long.o:Long.c:(.text+0x83d0): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x8470): undefined reference to `csinl'
Long.o:Long.c:(.text+0x8510): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x85b0): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x8650): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x86f0): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x8790): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x8830): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x88d0): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x8970): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x8a10): undefined reference to `clogl'
Long.o:Long.c:(.text+0x8ab0): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x8b50): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x8c4a): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x95b0): undefined reference to `cpowl'
Long.o:Long.c:(.text+0xac24): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0xad95): undefined reference to `cpowl'
Long.o:Long.c:(.text+0xae27): undefined reference to `cpowl'
Long.o:Long.c:(.text+0xbe49): undefined reference to `cabsl'
Long.o:Long.c:(.text+0xbee4): undefined reference to `cexpl'
Long.o:Long.c:(.text+0xbfa4): undefined reference to `clogl'
Long.o:Long.c:(.text+0xc064): undefined reference to `csinl'
Long.o:Long.c:(.text+0xc124): undefined reference to `ccosl'
Long.o:Long.c:(.text+0xc283): undefined reference to `catanl'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: Long.o: bad reloc address 0x14 in section `.text.unlikely'
collect2: error: ld returned 1 exit status
Makefile:453: 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 '/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex_C-0.08-YT_h9N/Long'
Makefile:523: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.86


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 4
    PATH = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/bin/5.18.0/cygwin:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/bin:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/bin:/usr/local/bin:/usr/bin
    PERL = [undef]
    PERL5LIB = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/site_perl/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 7816
    PERL5_CPAN_IS_EXECUTING = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex_C-0.08-YT_h9N/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 7816
    PERL_AUTOINSTALL = --defaultdeps
    PERL_CPAN_REPORTER_CONFIG = /cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini
    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
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    SHELL = /usr/bin/bash
    TEMP = /tmp
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/bin/perl
    $UID/$EUID = 22755 / 22755
    $GID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 56667 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
    $EGID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 56667 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.133380
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280212
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 6.86    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.22    
    File::Spec          3.40    
    JSON                n/a     
    JSON::PP            2.27203 
    Module::Build       0.4005  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4409  
    Test::Harness       3.30    
    Test::More          1.001002
    YAML                0.88    
    YAML::Syck          n/a     
    version             0.9907  


--

Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
   
  Platform:
    osname=cygwin, osvers=1.7.27(0.27153), archname=cygwin
    uname='cygwin_nt-6.1 osl069 1.7.27(0.27153) 2013-12-09 11:54 x86_64 cygwin '
    config_args='-de -Dmksymlinks -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Uusethreads -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin'
    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='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.8.2', 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_18_0.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 PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_PRESERVE_IVUV
                        PERL_SAWAMPERSAND PERL_USE_SAFE_PUTENV 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 cygwin
  Compiled at Jan 20 2014 17:50:47
  %ENV:
    PERL=""
    PERL5LIB="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/site_perl/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="7816"
    PERL5_CPAN_IS_EXECUTING="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex_C-0.08-YT_h9N/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="7816"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_CPAN_REPORTER_CONFIG="/cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini"
    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"
    CYGWIN="codepage:utf8 nodosfilewarning"
  @INC:
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/arch
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin/build/Math-Complex-1.56-3i0wXA/blib/lib
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/site_perl/5.18.0/cygwin
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/site_perl/5.18.0
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/5.18.0/cygwin
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/5.18.0
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/perl5/cygwin
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/local/lib/perl5
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/site_perl/5.18.0/cygwin
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/site_perl/5.18.0
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0/cygwin
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin/lib/5.18.0
    .