Compiling with libstdc++.so.5 instead of 6

Hello!

I'm building a process that will run in several machines that have different versions of libstdc++.
I need to make the process compatible for all of them. The lowest version of libstdc++ installed is the 5.0.7. How can I compile my code forcing it to use this version?

Thanks.
Topic archived. No new replies allowed.