I did a google search on libgcc_s_sjlj.dll. I couldn't find anything for just "libcc_". One thought: are you building and testing on 32 bit machines or is one of these a 64 bit? PerlApp is a 32 bit program and it makes 32 bit programs.

As kind of a desperation move, uninstall PerlApp and ActiveState Perl, reboot and then re-install them both. Something may have gone wrong with your installation during some previous experiment. This was suggested before, but I second this: look on the ActiveState site and make sure that your PerlApp is compatible with the version of Perl that you are installing.

Your program doesn't have any dependencies other than core functions. It should compile and run just fine as an "independent exe".

Only use ppm to install new modules! ActiveState compiles the stuff in their repository and the installation will include their binary builds when needed. If you ever need to build a binary yourself, install the ActiveState version of mingw (its in their repository and use ppm to do that).

Update: stuff like this: "I corrected that by pointing the directory to a different location" sounds a bit fishy. You shouldn't have to do anything like that! ppm knows where to install stuff and how to setup the paths. It is possible that you have created a path problem and hopefully the uninstall and re-install will set things right. BTW are you on Vista or XP?


In reply to Re^5: Compiling Problems with PerlApp! Please Help. by Marshall
in thread Compiling Problems with PerlApp! Please Help. by StmyD

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.