At 11:21 AM 5/24/00 +0200, Sedlak Anton wrote:
>I tried to compile perl version 5.3, 5.4, 5.5 and 5.6 but only
>the latest one, perl_005_006 was compiled but not running correctly.
>When I tried to test - test fails after pod2html.
>When I tried to install - I've got some error messages for CORE directory
>and some perl programs could run without any problem, but one part of
>my program was C program - dynamically linked to perl - and this program
>could not be compiled - missing headers or so.
If copying the CORE files failed during the install (which it always will in
the released version of 5.6.0), then the linker won't find them when you
build an extension. There is a patch at
<http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-05/msg00087.html>
that should take care of the install problems, which are not specific to VMS
version. Alternately, you can define PERL_ROOT to point to your build
directory or use backup to put a snapshot of the build directory wherever
you want.
Some test failures also have been corrected in patches posted to this list.
Why don't you send us exactly what you are getting.
_______________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]