> Did GCC 4.0.1 really introduce new C++ APIs, or change the ABI again? No. New, correctly versioned symbols were added. The thing you are trying to install is compiled against gcc-4.0.1 (not gcc-4.0.0), and uses them. Thus, you have to use gcc-4.0.1. -benjamin