I'm running CentOS 6.4 and need a later version of the C++ compiler to build my development tools (Qt Creator in this case).
I'm unclear on the implications of using devtools and I'm hoping someone can explain.
- If I compile programs using devtools, does that means the executable will run on other Centos 6.4 installations without change?
- Or..do I know have to ship libraries or other files with my compiled programs?
- If so...do I have to modify my C++ code to reference the later libraries? or is this something done by the person installing my compiled program