On Fri, Feb 15, 2013 at 12:47 PM, Ken Takata <[email protected]> wrote: > > Do you enable OLE? Sorry, I didn't care about that. > Please try attached patch with an option STATIC_STDCPLUS=yes. > > $ make -f Make_cyg.mak STATIC_STDCPLUS=yes > > This option is the same as Make_ming.mak.
This breaks my gui build (gvim.exe) with OLE=yes reporting the following: gobj/if_ole.o:if_ole.cpp:(.text+0x1384): undefined reference to `operator new(unsigned int)' gobj/if_ole.o:if_ole.cpp:(.text+0x151d): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.text+0x1572): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.text+0x1593): undefined reference to `operator new(unsigned int)' gobj/if_ole.o:if_ole.cpp:(.text+0x1aa0): undefined reference to `operator new(unsigned int)' gobj/if_ole.o:if_ole.cpp:(.text+0x1b8e): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.text+0x1bad): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.text+0x1cd3): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.text+0x1cee): undefined reference to `operator delete(void*)' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI6CVimCF[typeinfo for CVimCF]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI4CVim[typeinfo for CVim]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV13IClassFactory[vtable for IClassFactory]+0x8): undefined reference to `___cxa_pure_virtual' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV13IClassFactory[vtable for IClassFactory]+0xc): undefined reference to `___cxa_pure_virtual' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV13IClassFactory[vtable for IClassFactory]+0x10): undefined reference to `___cxa_pure_virtual' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV13IClassFactory[vtable for IClassFactory]+0x14): undefined reference to `___cxa_pure_virtual' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV13IClassFactory[vtable for IClassFactory]+0x18): undefined reference to `___cxa_pure_virtual' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTV8IUnknown[vtable for IUnknown]+0x8): more undefined references to `___cxa_pure_virtual' follow gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI13IClassFactory[typeinfo for IClassFactory]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI4IVim[typeinfo for IVim]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI8IUnknown[typeinfo for IUnknown]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info' gobj/if_ole.o:if_ole.cpp:(.rdata$_ZTI9IDispatch[typeinfo for IDispatch]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' collect2: ld returned 1 exit status Make_cyg.mak:567: recipe for target `gvim.exe' failed make: *** [gvim.exe] Error 1 -- Steve Hall [ digitect dancingpaper com ] -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
