...program can't start because libgcc_s_sjlj-1.dll is missingI haven't used any of Ruben's builds of MinGW, but I would have expected that there would be a libgcc_s_sjlj-1.dll in the same ('bin') folder as gcc.
Search the entire compiler tree for that file and, if you find it, add that location to your PATH.
I think you might find it in both the compiler's mingw\lib and x86_64-w64-mingw32\lib folder - in which case you just add either of those locations to the path.
This dll file is available in strawberry516Best not to copy it across to a different compiler.
You
could use the compiler that came with Strawberry
instead of Ruben's, if you like. Just put the strawberry/c/bin folder first in the path.
However, Ruben's should be fine, I think ... once you find libgcc_s_sjlj-1.dll and add it's location to the path.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.