<html>
VTK Gurus:<br><br>
I'm updating my applications from v3.2 to v4.0. When trying to link, I
now get this message concerning vtkVectorText while linking. As far as I
know, I'm specifying all of the required libraries.<br><br>
My computer is an SGI running IRIX v6.5, using the SGI C++
compiler.<br><br>
Here's the error message:<br><br>
<hr>
<br>
<font face="Courier New, Courier">
CC vispts.o
-L/r1/VTK/bin
-lvtkCommon
-lvtkFiltering
-lvtkGraphics
-lvtkIO
-lvtkImaging
-lvtkPatented
-lvtkRendering
-lvtkjpeg
-lvtkpng
-lvtkzlib -lXm -lpthread -lm -lGL -lXt -lSM -lICE -lX11 -lXext
-rdata_shared -Wl,-rpath,/r1/VTK/bin -o vispts<br>
ld32: ERROR 33: Unresolved text symbol
"vtkVectorText::New(void)" -- 1st referenced by vispts.o.<br>
Use linker option -v to see
when and which objects, archives and dsos are loaded. <br>
ld32: INFO 152: Output file removed because of error.<br>
*** Error code 2 (bu21)<br>
</font><hr>
<br>
Suggestions?<br><br>
Thanks,<br>
Scott<br>
</html>