Help for this page

Select Code to Download


  1. or download this
    R6034: An application (...\perl.exe) made an attempt to load the C-run
    +time library incorrectly.
    
  2. or download this
    manifest :
        $(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
    
  3. or download this
    C:\Perl64\packages\Devel-Size-0.72>nmake manifest
    
    ...
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
    'manifest' is up-to-date
    
  4. or download this
    manifest : $(INST_DYNAMIC) $(INST_DYNAMIC).manifest
        mt -manifest $(INST_DYNAMIC).manifest -outputresource:$(INST_DYNAM
    +IC);2
    
  5. or download this
    # --- MakeMaker linkext section:
    
    linkext :: $(LINKTYPE) manifest
        $(NOECHO) $(NOOP)
    
  6. or download this
    perl Makefile.pl
    perl fixmakefile.pl   <<<<additional step>>>>
    nmake
    nmake test
    nmake install
    
  7. or download this
    #! perl -sw
    use strict;
    ...
    close OUT or die "Closing fixed makefile failed: $!";
    rename 'Makefile.fixed', 'Makefile'
        or die "Rename fixed makefile failed: $!";