g++ -m32Thank you. After searching a bit, I required to install libstdc++43-devel-32bit and gcc43-32bit ...
g++ -m32I am not sure which library I would need to install to avoid linking to 64 bit lib.
g++ -m32Hello, I am trying to create a 32 bit executable on my 64 bit linux machine. I have the follow...
expected unqualified-idHello, I am getting the following error in my .h file due to which the compiler doesnt recognize ...