Front page | perl.perl5.porters |
Postings from April 2000
Fwd: perl 5.6.0 doesn't install on NCR MP-RAS
Thread Next
From:
Elaine -HFB- Ashton
Date:
April 17, 2000 19:55
Subject:
Fwd: perl 5.6.0 doesn't install on NCR MP-RAS
Message ID:
20000417215330.A9266@chaos.wustl.edu
----------
From: The Reverend Dharma Roadkill
<douglas.hendricksNOdoSPAM@telecom.co.nz.invalid>
Organization: http://www.remarq.com: The World's Usenet/Discussions Start
Here
Newsgroups: comp.lang.perl.misc
Date: Mon, 17 Apr 2000 19:22:46 -0700
Subject: perl 5.6.0 doesn't install on NCR MP-RAS
I've successfully build several versions of perl on this
hardware and os, including 5.005_03, but 5.6.0 fails during the
make with the message:
#######
Making DynaLoader (static)
Writing Makefile for DynaLoader
mkdir ../../lib/auto/DynaLoader/
../../miniperl -I../../lib -I../../lib -I../../lib -
I../../lib DynaLoader_pm
.PL DynaLoader.pm
../../miniperl -I../../lib -I../../lib -I../../lib -
I../../lib XSLoader_pm.P
L XSLoader.pm
cp XSLoader.pm ../../lib/XSLoader.pm
cp DynaLoader.pm ../../lib/DynaLoader.pm
AutoSplitting ../../lib/DynaLoader.pm (../../lib/auto/DynaLoader)
make: fatal error: don't know how to make .y (bu42).
*** Error code 1 (bu21)
make: fatal error.
#########
I've done all of the easy stuff. I've read the hints/svr4 file
(which always worked before) and followed the suggestions. I've
taken defaults on everything important. I've manually turned
off nm extraction (I think this is the default now for svr4).
I've run Configure interactively and actually thought about most
of the answers. I've turned off optimation and set
CRIPPLED_CC. I've manually set LD_LIBRARY_PATH. I've read all
of INSTALL!
make minitest fails for
op/regexp............FAILED at test 461
op/regexp_noamp......FAILED at test 461
and for the IO and IPC tests, as the extentions didn't build
(DynaLoader is the first).
My myconfig output is :
Summary of my perl5 (revision 5.0 version 6 subversion 0)
configuration:
Platform:
osname=svr4.0, osvers=3.0, archname=3446A-svr4.0
uname='tnzi4380 tnzi4380 4.0 3.0 3446a pentium pro(tm)-
eisapci '
config_args='-Dprefix=/appl/perl -Uusenm -Accflags=-
DCRIPPLED_CC -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=unde
f
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef
usesocks=undef
Compiler:
cc='/bin/cc', optimize=' ', gccversion=
cppflags='-I/usr/include -I/usr/ucbinclude -DCRIPPLED_CC'
ccflags ='-I/usr/include -I/usr/ucbinclude -DCRIPPLED_CC'
stdchar='unsigned char', d_stdstdio=undef, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize
=4
alignbytes=4, usemymalloc=y, prototype=define
Linker and Libraries:
ld='/bin/cc', ldflags ='-L/usr/ccs/lib -L/usr/ucblib -
L/usr/gnu/lib'
libpth=/usr/gnu/lib /lib /usr/lib /usr/ccs/lib /usr/ucblib
libs=-lsocket -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lucb -lx
libc=, so=so, useshrplib=true, libperl=libperl.so
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/gnu/li
b'
#####
Please help. I program in Perl every day, it is my favorite
language and I do NOT want to get behind in the versions!!
Douglas M. Hendricks
Reply to douglas.hendricks@telecom.co.nz
Thread Next
-
Fwd: perl 5.6.0 doesn't install on NCR MP-RAS
by Elaine -HFB- Ashton