Hello, I am trying to provide a binary that will require Cygwin to run. The trick is, when I compile it on one system and run it on another, certain dependencies may or may not be present. Although I thought I did a thorough job on my test system, I'm missing cygcc-1.dll. When I try to run my executable on a different system than the one it was compiled on, I get the error:
/cygdrive/c/Users/brand_000/Downloads/WindowsCygwin64_falcon_minDisj_1_0.exe: error while loading shared libraries: cyggc-1.dll: cannot open shared object file: No such file or directory Both systems are using Cygwin64. At first I thought this was probably libgcc, but it seems to not be the case since I explicitly checked it, updated it, and got the same result. More generally, any advice on dealing with such problems would be appreciated. Best, Brandon Barker brandon.bar...@gmail.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple