I am developing an app using RH 8.0. I then distribute the binaries
to my users, some of whom are still using RH 7.3.
Recently when I sent out an upgrade, the 7.3 users got the error:
/lib/libc.so.6: version 'GLIBC_2.3' not found (required by .... <my SO
library name>)
How can I compile my application code so that it will be backwardly
compatible for the 7.3 (and 7.1) users?
Are there compile options or #defines I can use?