libstdc++v3 for MySQL

I'm trying to compile MySQL 4.0 right now and am getting a "undefined reference to '__cxa_pure_virtual' error during the 'make' stage. The MySQL manual tells me that to fix this I need to install libstdc++v3. The problem is I cannot find this on the web anywhere. I have libstcd++-3.2.2-5 and the same devel package installed and my gcc is version 3.2.2-5 as well. The MySQL manual page I'm refering to is here:

http://www.mysql.com/doc/en/Linux-x86.html

The machine I'm trying to compile it on is a Dell 1750 with dual Xeons and a hardware RAID controller running Red Hat 9.

If anyone knows where to get libstcd++v3 that would be fantastic.

 

 

 

 

Top