Edward Diener <eldlistmaili...@tropicsoft.com> writes: >> Maybe your frustration does not allow you to understand what I wrote. >> Please read it again. I expect some difficulty with the concept of >> having multiple installs of the toolset, with varying versions and >> configurations, but there is no excuse for not understanding the point >> about the generated executables depending on the same (and more) dlls >> that cc1plus.exe depends on. Unless you pretend to emit your executables >> to the same bin directory where those dlls are, the cleanest solution is >> to add the bin directory to PATH. Yes, they could install cc1plus.exe on >> the same bin directory where g++.exe is. That would make you happy (at >> the cost of making others miserable) until the moment you realize that >> you need to set PATH anyways. > > Please explain to me why I would need to "set PATH anyways" to a > particular toolchains bin directory if the dlls needed by any particular > executable in a toolchain were in the same directory as the executable > itself.
Ok, I'll try with different wording: Do you plan to create your executables in the bin directory of the toolchain? Surely not. As those executables compiled by you will depend on the same dlls that cc1plus.exe et al. depend on, you need to add the directory that holds those dlls to PATH (or copy them to the directory that holds your executable.) So moving cc1plus.exe to `bin' makes the toolchain "self contained", but it is no solution as soon as you try to execute the programs you created with that toolchain. ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public