Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000321.051] OK: perl v5.6.0 +v5.6.0-RC3 on RM600-svr4
Thread Next
From:
Frank Ridderbusch
Date:
March 21, 2000 11:32
Subject:
[ID 20000321.051] OK: perl v5.6.0 +v5.6.0-RC3 on RM600-svr4
Message ID:
14551.52326.312613.579743@strand.pdb.siemens.de
This is a success report for perl from frank.ridderbusch@pdb.siemens.de,
generated with the help of perlbug 1.28 running under perl v5.6.0.
Perl reported to build OK on this system.
Minial patch necessary:
--- ./ext/POSIX/Makefile.PL.orig Fri Jan 7 19:15:48 2000
+++ ./ext/POSIX/Makefile.PL Fri Mar 17 09:56:52 2000
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'POSIX',
- ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
+ ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lc -lposix -lcposix"])),
MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
--- ./lib/ExtUtils/Liblist.pm.orig Thu Mar 2 18:52:52 2000
+++ ./lib/ExtUtils/Liblist.pm Fri Mar 17 09:54:04 2000
@@ -109,6 +109,7 @@
} elsif (-f ($fullname="$thispth/lib$thislib.$so")
&& (($Config{'dlsrc'} ne "dl_dld.xs") || ($thislib eq "m"))){
} elsif (-f ($fullname="$thispth/lib${thislib}_s$Config_libext")
+ && (! $archname =~ /RM\d\d\d-svr4/)
&& ($thislib .= "_s") ){ # we must explicitly use _s version
} elsif (-f ($fullname="$thispth/lib$thislib$Config_libext")){
} elsif (-f ($fullname="$thispth/$thislib$Config_libext")){
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.6.0:
Configured by fgth at Tue Mar 21 14:20:24 MET 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=svr4, osvers=, archname=RM600-svr4
uname='sinix-p utensil 5.42 a1001 rm600 r3000 '
config_args='-des -Dcc=cc -W0 -LD-Blargedynsym -Dld=cc -W0 -LD-Blargedynsym -Uuseshrplib -Doptimize=-O2'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc -W0 -LD-Blargedynsym', optimize='-O2', gccversion=
cppflags='-I/usr/include -I/usr/ucbinclude -I/usr/local/include -DLANGUAGE_C'
ccflags ='-I/usr/include -I/usr/ucbinclude -I/usr/local/include -DLANGUAGE_C'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=undef, longlongsize=, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='cc -W0 -LD-Blargedynsym', ldflags ='-L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /usr/ccs/lib /lib /usr/ucblib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt -lucb
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-KPIC', lddlflags='-G -L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib'
Locally applied patches:
v5.6.0-RC3
---
@INC for perl v5.6.0:
lib
/usr/local/lib/perl5/5.6.0/RM600-svr4
/usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/RM600-svr4
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl/5.005/RM600-svr4
/usr/local/lib/perl5/site_perl/5.005
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/fgth
LANG=En_US.ASCII
LANGUAGE (unset)
LD_LIBRARY_PATH=:/home/tools/lib:/home/tools/lib:/oracle/app/oracle/7.3.2/lib
LOGDIR (unset)
PATH=/home/tools/teTeX/bin/mips-sysv4:/home/tools/pgsql-6.2/bin:/home/tools/bin:/usr/bin:/usr/sbin:/opt/bin:/usr/ccs/bin:/usr/ucb:/opt/lib/tele/bin:/usr/bin/X11:/home/fgth/doku/sdf/bin:/home/fgth/bin:/oracle/app/oracle/7.3.2/bin:/opt/bin:/bin:/usr/bin/usr/ccs/bin
PERL_BADLANG (unset)
SHELL=/home/tools/bin/bash
Thread Next
-
[ID 20000321.051] OK: perl v5.6.0 +v5.6.0-RC3 on RM600-svr4
by Frank Ridderbusch