From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7293 invoked by alias); 12 Aug 2002 16:18:40 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7286 invoked from network); 12 Aug 2002 16:18:39 -0000 Received: from unknown (HELO multivac.cwru.edu) (129.22.96.25) by sources.redhat.com with SMTP; 12 Aug 2002 16:18:39 -0000 Received: (qmail 1720 invoked by uid 500); 12 Aug 2002 16:21:22 -0000 To: "VallabhaN" Cc: gcc-help@gcc.gnu.org Subject: Re: Linker Errors References: <85256C13.001FCF6E.00@bristolhq.bristol.com> In-Reply-To: <85256C13.001FCF6E.00@bristolhq.bristol.com> ("VallabhaN"'s message of "Mon, 12 Aug 2002 11:10:41 +0530") From: prj@po.cwru.edu (Paul Jarc) Organization: What did you have in mind? A short, blunt, human pyramid? Mail-Copies-To: nobody Mail-Followup-To: "VallabhaN" , gcc-help@gcc.gnu.org Date: Mon, 12 Aug 2002 09:18:00 -0000 Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00093.txt.bz2 "VallabhaN" 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