On Wed, 11 Jul 2001, Patrick Spinler wrote:
> Hey all:
>
> I'm setting up a test environment for Michael Schwern on one of the
> Compaq testdrive machines. When I compile the perl 5.7.1 distro there,
> I get the following make error:
>
> %MMK-F-NOACTION, actions to build EBCDIC.OBJ unknown
> %MMK-F-ERRUPD, error status %X1C14804C occurred when updating target
> DYNEXT
>
> Are there patches I should be applying to try to get this build
> minimally compiled for him ?
There might be. But perhaps the simplest way to get you and him up to
speed with what you are trying to do would be to use something closer to
"bleedperl" or a recent snapshot. Jarkko makes these available and the
latest one was:
http:[EMAIL PROTECTED]
http:[EMAIL PROTECTED]
ftp:[EMAIL PROTECTED]
http:[EMAIL PROTECTED]
http:[EMAIL PROTECTED]
ftp:[EMAIL PROTECTED]
(these latter *.tbz files are bzip2'ed and should be avoided unless you
have bunzip2.exe on your testdrive installation). You might also want to
note the upcoming deadline:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-07/msg00685.html
> Compaq C V6.4-008 on OpenVMS Alpha V7.3
> configure "-des" taking all the defaults except installation location.
With the above kits you could configure, build, test, and install like so:
@configure "-Dusedevel" "-Dprefix=DISK:[DIR.]" "-des"
mmk
mmk test
mmk install
Note that the PERL_SETUP.COM file will be left in the build root
(e.g. DRIVE:[PERL]).
I hope that helps.
Peter Prymmer