develooper Front page | perl.vmsperl | Postings from May 2002

linking perl.exe

Thread Next
From:
Jim Rouff
Date:
May 13, 2002 16:11
Subject:
linking perl.exe
Message ID:
scdfe598.073@orange.ous.edu
Hi,

I downloaded Craig Berry's 5.6.1 perlbuild.zip on 05/06/2002 from
www.sidhe.org. 

Compaq C V6.4-008-46B45 on a GS80 cluster, OpenVMS AXP V7.3 

I have another version of perl already running so I defined 

"PERLKIT" = "$1$DGA123:[PERL_TEST.PERLBUILD.]"
  "PERLSHR" = "PERL_ROOT:[000000]PERLSHR.EXE"
  "PERL_ROOT" = "$1$DGA123:[PERL_TEST.PERLBUILD.PERL.]"

I'm having trouble linking any exe's. I looked thru the archives of
this list but didn't notice anything on  this particular problem.

Any advice is welcome,

thanks,

Jim Rouff
Oregon University System

....perlbuild  goes through the links 

Link /NoTrace/NoMap/Share=PERLSHR.AXE [.ext.dynaloader]dl_vms.abj,
[.ext.socket]socket.abj,  []perlshr_bld.opt/Option, pe
rlshr_attr.opt/Option
Link /NoTrace/NoMap/Exe=PERL.AXE perlmain.abj, perlshr.opt/Option,
perlshr_attr.opt/Option  ,[]crtl.opt/Options
@make_ext "re Fcntl Errno File/Glob IO Opcode Devel/Peek Devel/DProf
Data/Dumper attrs  VMS/Stdio VMS/DCLsym B SDBM_File 
Thread Sys/Hostname POSIX" "Sys$Disk:[]miniperl.axe" "MMS"

      

.... but no perl.exe or perlshr.exe

CC/DECC 
/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/NOANSI_ALIAS/Define=(PERL_EXT_
RE_BUILD,PERL_EXT_RE_
DEBUG,"VERSION=""0.02""","XS_VERSION=""0.02""")/Include=([--])/Optimize
 RE.c
If F$Search("[--.LIB.AUTO.RE]RE.OLB").eqs."" Then Library/Object/Create
 [--.LIB.AUTO.RE]RE.OLB
Library/Object/Replace [--.LIB.AUTO.RE]RE.OLB RE_EXEC.OBJ, RE_COMP.OBJ,
RE.OBJ
%CREATE-I-EXISTS, [--.LIB.AUTO.RE] already exists
If F$TrnLNm("PerlShr").eqs."" Then Define/NoLog/User PerlShr
Sys$Share:PerlShr.exe
Link /NoTrace/NoMap /Shareable=[--.LIB.AUTO.RE]PL_RE.EXE 
re.opt/Option,[--]perlshr_attr.opt/Option
%LINK-F-OPENIN, error opening
$1$DGA123:[PERL_TEST.PERLBUILD.PERL.][000000]PERLSHR.EXE; as  input
-RMS-E-FNF, file not found
%MMS-F-ABORT, For target [--.LIB.AUTO.RE]PL_RE.EXE, CLI returned abort
status: %X1064109C.
%MMS-F-ABORT, For target DYNEXT, CLI returned abort status:
%X10EE8034.
Running Perl's test suite...
  PERLKIT:[SOURCE]

................

       
%CREATE-I-EXISTS, [--.LIB.AUTO.RE] already exists
If F$TrnLNm("PerlShr").eqs."" Then Define/NoLog/User PerlShr
Sys$Share:PerlShr.exe
Link /NoTrace/NoMap /Shareable=[--.LIB.AUTO.RE]PL_RE.EXE 
re.opt/Option,[--]perlshr_attr.opt/Option
%LINK-F-OPENIN, error opening
$1$DGA123:[PERL_TEST.PERLBUILD.PERL.][000000]PERLSHR.EXE; as  input
-RMS-E-FNF, file not found
%MMS-F-ABORT, For target [--.LIB.AUTO.RE]PL_RE.EXE, CLI returned abort
status: %X1064109C.
%MMS-F-ABORT, For target DYNEXT, CLI returned abort status:
%X10EE8034.
Installing Perl...
  PERLKIT:[SOURCE]

%DCL-I-SUPERSEDE, previous value of PERL_ROOT has been superseded
%DCL-I-SUPERSEDE, previous value of PERLSHR has been superseded
If F$TrnLnm("Sys") .nes. "" Then Deass SYS
MCR Sys$Disk:[]miniperl.axe "-I[.lib]" installperl
perl isn't executable!
%RMS-E-FNF, file not found
%MMS-F-ABORT, For target INSTALL, CLI returned abort status:
%X00018292.
-RMS-E-FNF, file not found
  PERLKIT:[000000]
Unpacking additional libraries...


Don't know if this means anything but had a ot of "NOT found"  on the
..h files 

<unistd.h> found.
<libutil.h> NOT found.
<shadow.h> NOT found.
<socks.h> NOT found.
select() found.
Well, your system knows about the normal fd_set typedef...
<inttypes.h> found.
Checking to see if you have off64_t...
Checking to see if you have fpos64_t...
Checking to see if you have int64_t...
<netdb.h> found.
Checking to see if you have h_errno...
gethostname() found.
<sys/file.h> found.
<sys/utsname.h> found.
<syslog.h> NOT found.
<poll.h> NOT found.
<sys/uio.h> found.
<sys/mode.h> NOT found.
<sys/access.h> NOT found.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About