This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc 3.2.3 link error


Dear List:

I am compiling a function using gcc 3.2.3 on Red Hat 8.0

void operator delete[](void * pPtr) throw()
{
    MemFree(pPtr);
}

When I tried to build a shared object library, it gave me the error

undefined versioned symbol name _ZdlPv@@GLIBCPP_3.2
ld: failed to set dynamic section sizes: Bad value


It works fine with gcc 3.1 and Red Hat 7.2.  Any ideas how to solve it?

Thanks

Philip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]