This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Linker Errors
- From: "VallabhaN" <VallabhaN at bristol dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 12 Aug 2002 11:10:41 +0530
- Subject: Linker Errors
Hi All,
I hitting some linker errors while building an application. Here is what
the message the linker is throwing:
/home/libcommdlg44.so: undefined reference to `__pure_virtual'
/home/libcommdlg44.so: undefined reference to `__rtti_user'
/home/libcommdlg44.so: undefined reference to `__rtti_si'
/home/libcommdlg44.so: undefined reference to `__throw'
/home/libcommdlg44.so: undefined reference to `terminate(void)'
/home/libcommdlg44.so: undefined reference to `__rtti_class'
I am using gcc 3.1 on Linux 7.2.
Can somebody tell me whats going wrong or how I can correct it?
Any help is really appreciated.
Thanks in advance
-Vallabha