Hi,
I am a newcomer to the Perl world. Our users (VLSI CAD realm) demanded us to
build
Perl into our new applications. I have looked around and started with
downloading the latest
release (5.6.0) of Perl Kit from ftp.cpan.org. I executed CONFIG.COM
requesting
the option which allows to use multiple copies of Perl, embedded in your
application.
I have OpenVMS V7.1-2 and DECC (should be the latest version because I work
for COMPAQ :-)
I use MMS to build the Perl. Building procedure goes very smoothly until it
comes to
compiling VMS.C (which it copies from [.VMS]). Here I have a number of error
messages like following:
Perl_warn(aTHX_ "Can't read CRTL environ\n");
..................................^
%CC-E-UNDECLARED, In this statement, "my_perl" is not declared.
at line number 156 in file {xxxx}VMS.C;1
It is clear that "aTHX_" is defined as "my_perl". "my_perl", on the other
hand, is declared only in C modules
like PERL.C. How VMS.C is supposed to be compiled then? Am I doing somethig
wrong?
I'd be very grateful if someone could comment on this.
> Dmitri Burenkov