This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
undefined symbol __pure_virtual
- From: Andrew Haley <aph at redhat dot com>
- To: "Rakhi Malik" <rakhi_malik at infosys dot com>
- Cc: <gcc at gcc dot gnu dot org>, "Gagan Puri" <gaganpuri at infosys dot com>
- Date: Mon, 1 Dec 2003 11:37:36 +0000
- Subject: undefined symbol __pure_virtual
- References: <2B721C6525F0D411B1E900B0D0226BDD03A85E24@mohmsg01.ad.infosys.com>
gcc 2.96 (Red Hat) isn't an official gcc release, but from Red Hat.
It sounds to me like you're mixing incompatible libraries. Perhaps
you built your application on a different system than the one you're
running on.
Andrew.