OS390::Stdio will not work on Windows. If you were running a perl
installation on either OS/390 or on z/OS then you would have
to follow the instructions in the README file for building the extension
(among other things you would have to have a licensed c89 compiler
on the mainframe in a working Unix Systems Services environment).
Peter Prymmer
"Theisen, Gary"
<gary.theisen@ed To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
s.com> cc:
08/16/2002 02:13 Subject: OS390::Stdio compile error
question
PM
Hello,
I have a question regarding the PERL module OS390::Stdio.
I'm running PERL build 5.6.1 on a Windows 2000 machine.
I'm trying to load the OS390::Stdio module into my script by:
use OS390::Stdio;
This is essentially the only code I have right now, but I'm getting an
error
when trying to run this by typing:
perl test.pl from the windows command line. (test.pl is the script that I'm
trying to load in the module).
Error:
Can't locate loadable object for module OS390::Stdio in @INC (@INC
contains:
C:/Perl/lib C
:/Perl/site/lib .) at pf930.pl line 37
Compilation failed in require at pf930.pl line 37.
BEGIN failed--compilation aborted at pf930.pl line 37. (I've got some
comments/notes in the lines above).
I verified that folder OS390 is in the C:/Perl/lib path, and that Stdio.pm
is in the OS390 folder as well. The permissions are set appropriately.
I've tried this with both version 0.006 & 0.005.
Any idea on what the compiler is looking for?
Your help/guidance would be greatly appreciated!
Thanks,
Gary