This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/48881] Dynamic link to libstdc++-6.dll / libgcc_s_sjlj-1.dll produces broken binaries
- From: "ktietz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 19 Dec 2011 10:23:51 +0000
- Subject: [Bug libstdc++/48881] Dynamic link to libstdc++-6.dll / libgcc_s_sjlj-1.dll produces broken binaries
- Auto-submitted: auto-generated
- References: <bug-48881-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48881
--- Comment #5 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-12-19 10:23:51 UTC ---
Well, I wouldn't say that this was rude. The issue here is most likely, that
the runtime DLLs by gcc aren't in search-path when you are trying to execute
your built application. But this isn't a subject of gcc itself. I see that
you have this issue, but user-support questions on how to setup environment for
built applications, or what is necessary to provide along-side
built-application so that they run, is more something related to gcc's user ML,
or even better to ask directly for it on mingw.org's or mingw-w64's public
user-mailing lists. On those later lists you can be sure that you will find a
solution for your issue.