|
Hi,
Im getting build errors on PAR-Packer-0.991.
This is a Win64 machine.
I believe it fails on:
Failed to auto-discover $Config{perlpath} at C:/vanilla/perl/lib/Config.pm line 74.
but $^X is giving the right path.
Is there some dependency im forgetting?
Thanks
Version:
C:\vanilla>perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_
+SYS -fno-strict-aliasing -DPERL
_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\vanilla\perl\lib\CORE" -L"C:\vanilla\c\lib"'
libpth=C:\vanilla\c\lib
libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell3
+2 -lole32 -loleaut32 -lnetapi32
-luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lsh
+ell32 -lole32 -loleaut32 -lneta
pi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\vanilla\perl\lib\CORE" -L"C:\vanilla\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO
Built under MSWin32
Compiled at Mar 8 2008 05:04:05
@INC:
C:/vanilla/perl/lib
C:/vanilla/perl/site/lib
.
Error:
C:\vanilla\perl\bin\perl.exe parlsig.pl .\static.exe .\par.exe 1 30000
.\static.exe -I"C:/vanilla/cpan/build/PAR-Packer-0.991-nAbqRE/inc" -I"C:/vanilla/perl/lib" -I"C:/va
+nilla/perl/site/lib" -I"C:/vani
lla/cpan/build/PAR-Packer-0.991-nAbqRE" -I"." -I../myldr/.. -I../blib/lib -q -B -O..\script\parl.ex
+e
Failed to auto-discover $Config{perlpath} at C:/vanilla/perl/lib/Config.pm line 74.
Compilation failed in require at C:/vanilla/perl/lib/Errno.pm line 8.
BEGIN failed--compilation aborted at C:/vanilla/perl/lib/Errno.pm line 8.
Compilation failed in require at C:/vanilla/perl/lib/File/Temp.pm line 148.
BEGIN failed--compilation aborted at C:/vanilla/perl/lib/File/Temp.pm line 148.
Compilation failed in require at C:/vanilla/perl/site/lib/Archive/Zip.pm line 13.
BEGIN failed--compilation aborted at C:/vanilla/perl/site/lib/Archive/Zip.pm line 13.
Compilation failed in require at -e line 449.
dmake: Error code 130, while making '..\script\parl.exe'
dmake.exe: Error code 255, while making 'subdirs'
SMUELLER/PAR-Packer-0.991.tar.gz
C:\vanilla\c\bin\dmake.exe -- NOT OK
cpan> ! print "$^X\n";
C:\vanilla\perl\bin\perl.exe
|