Hi
Since i installed GNU/Gcc 4.x i cant compile a single cpp program without needing the libgcc_s_dw2-1.dll and libstdc++-6.dll for it to run. As it is quite anoying to always have to ship my programs with those 2 dlls, even when they are simple as hell, i would like to know if im doing anything wrong.
this simple program requires those dlls:
And btw, the programs only require those 2 dlls on other machines, in mine they work fine, so does this mean that when i installed mingw, it installed those two in my system32 folder?Code:#include <iostream> main() { std::cout <<"HEEEEEEERE'S JOHNNY"; std::cin.get(); }
If thats the case, is there any way to make it work without having the dlls?? if yes, how?



LinkBack URL
About LinkBacks




.