Skip to content

Instantly share code, notes, and snippets.

@hoangddt
Created April 26, 2016 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoangddt/c5f5e46b13fc017a756cc493660601d2 to your computer and use it in GitHub Desktop.
Save hoangddt/c5f5e46b13fc017a756cc493660601d2 to your computer and use it in GitHub Desktop.
Install 32-bit versions of the C and C++ libraries a 64-bit machine. Fix error not found C and C++ standard library
# Ubuntu
sudo apt-get install gcc-multilib
sudo apt-get install g++-multilib
# source: http://web.cecs.pdx.edu/~kstew2/cs333/blitz-guide.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment