<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Hi,</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I'm trying to get the SimpleCocoaVTK Cocoa application written by Sean McBride and Mike Jackson running on a G3 iMac running OSX 10.4.8, XCode 2.4.1 and VTK 5.1 installed. The libraries and headers are installed in the appropriate directories per the XCode source tree preferences (/usr/local/lib and /usr/local/include/vtk-5.1, respectively). When I build the application, I get one error. I've reinstalled VTK twice using the ccmake - make - make install sequence with out of source builds. The same error occurs (below). I don't know where to start to try to figure out what is wrong here and would appreciate any help that might be provided. Thanks.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Corrie</DIV><P style="margin: 0.0px 0.0px 0.0px 0.0px"> </P><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I> usr/bin/ld: Undefined symbols:</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>std::__default_alloc_template<true, 0>::allocate(unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>std::basic_istream<char, std::char_traits<char> >::seekg(long, std::_Ios_Seekdir)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>/usr/local/lib/libvtkRendering.a(vtkRenderWindowInteractor.o) reference to undefined std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>/usr/local/lib/libvtkRendering.a(vtkRenderWindowInteractor.o) reference to undefined std::__default_alloc_template<true, 0>::allocate(unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>/usr/local/lib/libvtkFiltering.a(vtkAlgorithm.o) reference to undefined std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>/usr/local/lib/libvtkFiltering.a(vtkAlgorithm.o) reference to undefined std::__default_alloc_template<true, 0>::allocate(unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>/usr/local/lib/libvtkFiltering.a(vtkInformationVector.o) reference to undefined std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)</I></SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" face="Courier" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><I>REMAINDER OF THE ERROR LISTING HAS BEEN TRUNCATED: ALL CONTINUE TO REFER TO THE "undefined std::....</I></SPAN></FONT></DIV></BODY></HTML>