sudo apt-get install build-essential
sudo apt-get install libgtk2.0.dev
sudo apt-get install libgtk2.0.doc
gcc -o wow hello.s
gcc -o wow hello.c -m32
These packages also need to be installed
sudo apt-get install libc6-dev-i386 gcc-multilib