Regarding the recent discussion on C++ binary compatibility, or lack thereof: I am now compiling some of my code with g++296 from compat-gcc, and it works rather well. One question, though: Is there a simple and direct way to have the different g++ versions pick up different versions of a given non-standard library? In other words, I'm asking for a way to have g++296 automatically link with a special version of an external lib symmetric to the manner in which it will load /usr/lib/libstdc++-libc6.2-2.so.3 instead of /usr/lib/libstdc++.so or /usr/lib/libstdc++.so.5. Is it set up with special search paths or anything that would make this possible?

- Toralf


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to