I just installed 32-bit Ubuntu 14.04 and gcc/g++ 4.8 on my machine.
I wrote a simply hello.c and compiled with command, g++ hello.c -o hello
And it gave me the error that, as: unrecognized option '--32'.
And I am surprised I did not find any result on Google in regard to this error. Need some help! Thank you.