I am using Ubuntu 12.04 64bit and I am getting the following error while compiling a Qt project which needs a 32bit .so
file.
error:
skipping incompatible /opt/lib/libEposCmd.so when searching for -lEposCmd
I want to compile this project with -m32
option but I don't know where should I insert this option.