Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [24.71.223.143] From: "Patrick Griffiths" To: cygwin AT cygwin DOT com Subject: help with linker error Date: Fri, 31 May 2002 13:36:30 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 31 May 2002 19:36:34.0593 (UTC) FILETIME=[79030910:01C208DA] I'm compiling a DLL written in C++, and I'm having a hard time tracking down the cause of the following linker error. The _dl() method is not a method I wrote, so I assume it's something injected by the linker. I'd really appreciate any help deciphering the error message so I can fix the problem. Thanks. cregster.o: In function `CRegister_IMoaRegister::_dl(void *)': /home/Patrick/gnu-xtra/cregster.h(.data$__vt_12IMoaRegister+0x0): undefined reference to `__pure_virtual' /home/Patrick/gnu-xtra/cregster.h(.data$__vt_12IMoaRegister+0x4): undefined reference to `__pure_virtual' /home/Patrick/gnu-xtra/cregster.h(.data$__vt_12IMoaRegister+0x8): undefined reference to `__pure_virtual' /home/Patrick/gnu-xtra/cregster.h(.data$__vt_12IMoaRegister+0xc): undefined reference to `__pure_virtual' /home/Patrick/gnu-xtra/cregster.h(.data$__vt_11IMoaUnknown+0x0): undefined reference to `__pure_virtual' cregster.o(.data$__vt_11IMoaUnknown+0x4):/home/Patrick/gnu-xtra/cregster.h: more undefined references to `__pure_virtual' follow make: *** [script.dll] Error 1 _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/