If you looked at the errors, you might notice almost all of them are complaining about "__gxx_personality_v0". If you googled "undefined reference to `__gxx_personality_v0'", you would find sites telling you to use g++ instead of gcc, and some alternatives you can google yourself if g++ doesn't work.