:)  [ddg://site:perlmonks.org roth.net Makefile.PL] site:perlmonks.org roth.net Makefile.PL -> Can't find packages for Strawberry Perl (e.g., Win32::AdminMisc, etc) -> Compiling Win32::AdminMisc on ActiveState 5.10 -> https://code.google.com/p/libwin32/source/browse/tags/libwin32/0.07/AdminMisc/Makefile.PL

use ExtUtils::MakeMaker; use Config; $BORLAND = 1 if $Config{'cc'} =~ /^bcc32/i; WriteMakefile( 'INC' => ($BORLAND ? '' : '-GX'), 'OBJECT' => 'Dns$(OBJ_EXT) AdminMisc$(OBJ_EXT)', 'NAME' => 'Win32::AdminMisc', 'VERSION_FROM' => 'AdminMisc.pm', 'XS' => { 'AdminMisc.xs' => 'AdminMisc.cpp' }, 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, ); sub MY::xs_c { ' .xs.cpp: $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG) $(XSUB +PPARGS) $*.xs >xstmp.c && $(MV) xstmp.c $*.cpp '; }

In reply to Re^3: Adminmisc & V5.16 by Anonymous Monk
in thread Adminmisc & V5.16 by Chris Chopping

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.