I am using the Eclipse for C++ environment. How to compile libstdc++ statically so that it does not depend on this library when copied to other computers?
I have -static-libgcc -static-libstdc++ working in self-built 4.8.4. It didn't work in 4.7, I had to specify the direct path to the libs via -l/bla/bla/libstdc++.a.