This is one of those boring installation/configuration questions and not programming, so please redirect me if I've posted in the wrong place. It has come time for me to leave my familiar environment and build an exe of my efforts for friends without my dev environment. I've had great success with PAR::Packer; the problem is dependency on the ncurses library. Pdcurses provides equivalent functionality in Windows, and I have successfully compiled some test programs with dev-cpp and pdcurses. I'm having lots of trouble installing the Curses module from CPAN, though. Neither by default does Makefile.PL find my pdcurses installation (the .lib, .h, and .dll in c:\pdcurses) nor with CURSES_CFLAGS and CURSES_LDFLAGS set to the appropriate -Ic:\pdcurses values. I've combed through the relevant hints/ files and build instructions, mimicking the INSTALL file's steps, but to no avail. Thus I turn to Perlmonks -- is my pdcurses installation in the wrong place, or is the problem with my configuration of Curses.pm installation? This may be more of a question for Cygwin's mailing list, but has anybody successfully built Par::Packer with the cygwin-packaged perl? If I could get this to work, would pp produce a binary exe since I'm on Win32 or another elf executable?

In reply to Installing Curses module under Win32 by dabreegster

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.