cp lib/List/Util.pm blib\lib\List\Util.pm
cp lib/Scalar/Util.pm blib\lib\Scalar\Util.pm
D:\PXPerl\bin\perl.exe -Iinc D:\PXPerl\lib\ExtUtils/xsubpp -typemap D:\
PXPerl\lib\ExtUtils\typemap Util.xs > Util.xsc && D:\PXPerl\bin\perl.exe -Iinc
-MExtUtils::Command -e mv Util.xsc Util.c
gcc -c -g -O3 -fno-strict-aliasing -Wall -Wno-comment -DWIN32 -D_CONS
OLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -D
USE_PERLIO -DPERL_MSVCRT_READFIX -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" -
DHASATTRIBUTE "-ID:\PXPerl\lib\CORE" -DPERL_EXT Util.c
Running Mkbootstrap for List::Util ()
D:\PXPerl\bin\perl.exe -Iinc -MExtUtils::Command -e chmod 644 Util.bs
D:\PXPerl\bin\perl.exe -Iinc -MExtUtils::Mksymlists -e "Mksymlists('NAM
E'=>\"List::Util\", 'DLBASE' => 'Util', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'I
MPORTS' => { }, 'DL_VARS' => []);"
dlltool --def Util.def --output-exp dll.exp
gcc -o blib\arch\auto\List\Util\Util.dll -Wl,--base-file -Wl,dll.base -m
dll -s -LD:\PXPerl\lib\CORE Util.o -Wl,--image-base,0x7b100000 D:\PXPerl\lib\CO
RE\libperl58.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -lad
vapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lv
ersion -lodbc32 -lodbccp32 -lshlwapi -lstdc++ dll.exp
Util.o(.text+0x1f60): In function `XS_List__Util_shuffle':
D:/PXPerl/.cpan/build/Scalar-List-Utils-1.18/Util.xs:333: undefined reference to
`Perl_seed'
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
nmake -- NOT OK
Running make test
Can't test without successful make
####
D:/PXPerl/.cpan/build/Scalar-List-Utils-1.18/Util.xs:333: undefined reference to `Perl_seed'
####
CPAN.pm: Going to build G/GB/GBARR/Scalar-List-Utils-1.18.tar.gz
Undefined subroutine &ActivePerl::Config::find_prog called at C:/Perl/site/lib/A
ctivePerl/Config.pm line 70.
Compilation failed in require at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7.
BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7.
Compilation failed in require at inc/Module/Install/Can.pm - /home/gbarr/perl/Mo
dule/Install/Can.pm line 8.
BEGIN failed--compilation aborted at inc/Module/Install/Can.pm - /home/gbarr/per
l/Module/Install/Can.pm line 8.
Compilation failed in require at inc/Module/Install.pm - /home/gbarr/perl/Module
/Install.pm line 267.
The 'can_cc' method does not exist in the 'inc' path!
Please remove the 'inc' directory and run Makefile.PL again to load it.
Running make test
Make had some problems, maybe interrupted? Won't test
cpan>
####
if ($^O eq "MSWin32" && !find_prog(_orig_conf("cc"))) {
####
use ActiveState::Path qw(find_prog realpath);