[vtkusers] Re: vtk Python

Charl P. Botha c.p.botha at its.tudelft.nl
Thu Apr 10 07:21:15 EDT 2003


On Thu, 2003-04-10 at 13:13, Edward Hartley wrote:
> > Why did you explicitly add this library?  It should not be necessary if
> > you build with g++?
> >
> > Did you build with VTK_USE_ANSI_STDLIB_DEFAULT on or off?  On your
> > setup, it should probably be on.
> >
> My first build attempt did have only the  VTK_USE_ANSI_STDLIB_DEFAULT  
> option on
> I got build errors of the libvtkIO.so and libvtkCommon.so undefined 
> reference to isstream ostream and streambuf
> etc.
> so I assumed it had not picked up the library in the standard place
> so I went looking for the library with that specific symbol
> I'm building on Linux RedHat 7.1 gcc 2.96
> so I expect this is partly the problem.

Indeed.  The build MUST work on that setup with
VTK_USE_ANSI_STDLIB_DEFAULT == ON.  Rather do NOT link libstdc++
explicitly...

If you could try it again with those settings and send the error output
(last 20 lines or so of the build log) that would help to track down
your problem.

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/



More information about the vtkusers mailing list