[guest - Mon Aug 29 16:39:58 2005]:
Show quoted text> Building PAR-0.89 under Perl(static) v5.8.7 on SunOS 4.1.4 I get the
> following error after running:
>
> perl Makefile.PL (kit is complete - all good)
> make
>
> ./par -I"/tmp_mnt/home/sal/perl/PAR-0.89/inc"
> -I"/usr/local/lib/perl5/5.8.7/sun4-sunos"
> -I"/usr/local/lib/perl5/5.8.7"
> -I"/usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos"
> -I"/usr/local/lib/perl5/site_perl/5.8.7"
> -I"/usr/local/lib/perl5/site_perl"
> -I"/tmp_mnt/home/sal/perl/PAR-0.89" -I"." -I../myldr/..
> -I../blib/lib -q -B -O../script/parl
> /bin/sh: 3211 Memory fault - core dumped
> make[1]: *** [../script/parl] Error 139
> make[1]: Leaving directory `/tmp_mnt/home/sal/perl/PAR-0.89/myldr'
> make: *** [subdirs] Error 2
>
> See attached file:
> I have experimented with the ld flags(removed -s, add -static) and no
> change. The build of the par executable always core dumps.
Here is the output from my perl -V
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=sunos, osvers=4.1.4, archname=sun4-sunos
uname='sunos zing 4.1.4 2 sun4m '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -pipe',
optimize=' ',
cppflags='-fno-strict-aliasing -pipe'
ccversion='', gccversion='3.1', gccosandvers='sunos4.1.4'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ucblib
libs=-lnsl -ldbm -lm -lc -lposix
perllibs=-lnsl -ldbm -lm -lc -lposix
libc=/usr/lib/libc.a, so=none, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_none.xs, dlext=none, d_dlsymun=undef, ccdlflags=''
cccdlflags='', lddlflags=''
Characteristics of this binary (from libperl):
Compile-time options:
Built under sunos
Compiled at Aug 26 2005 16:31:06
@INC:
/usr/local/lib/perl5/5.8.7/sun4-sunos
/usr/local/lib/perl5/5.8.7
/usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos
/usr/local/lib/perl5/site_perl/5.8.7
/usr/local/lib/perl5/site_perl
.