in reply to wxPerl and PAR
The _ZdlPv symbol is a part of GCC itself. Specifically it is a part of the 3.x series. The error relates to the fact that the code is trying to link to an old 2.x version of glibc (libstdc++ to be exact)
cheers
tachyon