02-20-2015, 05:25 PM
Try installing gcc 4.8 on the machine:
This should install all the libraries that are needed for programs compiled using that compiler.
Code:
sudo apt-get install gcc-4.8 g++-4.8