This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Linker Errors
- From: prj at po dot cwru dot edu (Paul Jarc)
- To: "VallabhaN" <VallabhaN at bristol dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 12 Aug 2002 12:21:00 -0400
- Subject: Re: Linker Errors
- Organization: What did you have in mind? A short, blunt, human pyramid?
- References: <85256C13.001FCF6E.00@bristolhq.bristol.com>
"VallabhaN" <VallabhaN@bristol.com> wrote:
> /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'
These are C++ facilities; make sure you're using g++ to link, not gcc.
paul