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]

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



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