<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman"
size=3>Hi</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman"
size=3></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I posted about
the same problem a couple of days ago without any replies. I hope I'm not
irritating anyone. I just think that the problem is basic enough that an
experienced user should be able to help without much thought. My makefile and
the steps I used to build VTK are described in the previous post</DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><BR>My
problem is that when linking, I get several undefine
references:<BR><BR>sphere.o(.text+0x3617):sphere.cpp: undefined reference to
`import stub
for<BR>vtkRenderWindow::New(void)'<BR>sphere.o(.text+0x3629):sphere.cpp:
undefined reference to `import stub
for<BR>vtkRenderer::New(void)'<BR>etc.<BR><BR>Each error message is for the New
methods of the various classes used. I now suspect that these are due to the
fact that I need to link in a library using vtkdll.dll. There are a few
suggestions about this on the net, but nothing concrete enough for me to work
with. Is my suspicion correct? How would I hook my test program up to
vtkdll.dll?<BR><BR>Thanks for any
replies!<BR><BR>Ryan</FONT><BR></DIV></FONT></BODY></HTML>