Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install perl on NT using Mks tool kit Error #2160

Closed
p5pRT opened this issue Jul 1, 2000 · 2 comments
Closed

Install perl on NT using Mks tool kit Error #2160

p5pRT opened this issue Jul 1, 2000 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Jul 1, 2000

Migrated from rt.perl.org#3454 (status was 'resolved')

Searchable as RT3454$

@p5pRT
Copy link
Author

p5pRT commented Jul 1, 2000

From pierre.cornet@veritas.com

I am trying to install perl-5.6.0 on NT using MKS tool kit. It fails to
install. Could you tell how to solve the problem? Is there a way around to
install perl on NT. My kornshell simulator is MKS tool kit. The error is​:
(I see you are using the Korn shell. Some ksh's blow up on Configure,
mainly on older exotic systems. If yours does, try the Bourne shell
instead.)

@p5pRT
Copy link
Author

p5pRT commented Jul 3, 2000

From [Unknown Contact. See original ticket]

In <9B545A8C3ED0D31194360008C7F4FA2F9F9B8E@​lmoxch14.nsmg.veritas.com>
Pierre Cornet wrote​:

I am trying to install perl-5.6.0 on NT using MKS tool kit. It fails to
install. Could you tell how to solve the problem? Is there a way around to
install perl on NT. My kornshell simulator is MKS tool kit. The error is​:
(I see you are using the Korn shell. Some ksh's blow up on Configure,
mainly on older exotic systems. If yours does, try the Bourne shell
instead.)

I have successfully built perl 5.6.0 for NT while run the MKS ksh,
but I did so following the README.win32 directions. That is, I
ran vcvars32.bat and used nmake and cl that come with the MS VC++
compiler. Specifically I​:

  cd perl-5.6.0
  cd win32
  vi Makefile
  vcvars32
  nmake
  nmake test
  nmake install

Note that the MKS toolkit does not come with a C compiler, but
other POSIX on NT environments such as cygwin or mingwin do
(they come with ports of bash and run the Configure script
while compiling everything using gcc). AFAICT running the
Configure script under MKS ksh will not do much for you.

BTW, one interesting thing I noted recently was that if in
the Makefile (or possibly the makefile.mk if you use dmake) is
that if you give INST_DRV a path, that is something like​:

  INST_DRV = d​:\full\windows\path
  INST_TOP = $(INST_DRV)\perl

then perl will install in d​:\full\windows\path\perl...
In other words the INST_DRV is not limited to just
specifying the drive letter. (You can BTW use MKS sed
to do that Makefile modification for you if you'd like
though it is tricky trying to \escape all the backslashes).

HTH

Peter Prymmer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant