https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmtice at google dot com, | |egallager at gcc dot gnu.org --- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #3) > (In reply to gcc-user from comment #2) > > Briefly it explained that -lvtv comes from -fvtable-verify=std in a gcc spec > > file and is propogated to Makefile.in by gcc/Makefile.def. > > The -fvtable-verify=std doesn't come from the spec file, it comes from using > --enable-vtable-verify to configure gcc. That adds -fvtable-verify=std and > the spec file turns that into -lvtv. > > I don't know why you want to use --enable-vtable-verify but it's not really > maintained as far as I can see. I thought Caroline Tice was maintaining it.