VTK_MODULE_INIT in 9.0.1 ?

I’m making some progress, I think. The program compiles without errors. In order to figure out which vtk libraries I need to link with, I tried linking with none, saw what errors occurred, and added in the libraries containing the missing symbols, and repeated. That worked up to a point. But now I’m getting Error: no override found for 'vtkTexture'. The program doesn’t use textures explicitly. I’ve searched for “Texture” in all of the .o and .so files with fgrep and nm. Am I missing another library? How do I find out which libraries are required? Or is this a module initialization issue that wasn’t resolved by `FindNeededModules?

Thanks again.