This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

help with linker error



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/


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