[Paraview] compiling paraview-1.6.3
Jason.Beech-Brandt at ed.ac.uk
Jason.Beech-Brandt at ed.ac.uk
Thu Oct 7 08:47:39 EDT 2004
Hi Brad,
In my build paraview-1.6.3-solaris/bin directory I have the following
files
ConvertImage*
H5detect*
libkwsys.so*
libvtkClientServer.so*
libvtkCommon.so*
libvtkCommonCS.so*
libvtkCommonTCL.so*
libvtkDICOMParser.so*
libvtkexpat.so*
libvtkFiltering.so*
libvtkFilteringCS.so*
libvtkfreetype.so*
libvtkftgl.so*
libvtkGraphics.so*
libvtkGraphicsCS.so*
libvtkhdf5.so*
libvtkHybrid.so*
libvtkHybridCS.so*
libvtkImaging.so*
libvtkImagingCS.so*
libvtkIO.so*
libvtkIOCS.so*
libvtkjpeg.so*
libvtkKWCommon.so*
libvtkKWParaView.so*
libvtkKWParaViewCS.so*
libvtkKWWidgetsTCL.so*
libvtkParallel.so*
libvtkParallelCS.so*
libvtkPatented.so*
libvtkPatentedCS.so*
libvtkpng.so*
libvtkPVCommon.so*
libvtkPVCommonCS.so*
libvtkPVFilters.so*
libvtkPVFiltersCS.so*
libvtkPVServerManager.so*
libvtkPVServerManagerTCL.so*
libvtkRendering.so*
libvtkRenderingCS.so*
libvtktiff.so*
libvtkXdmf.so*
libvtkXdmfCS.so*
libvtkzlib.so*
libXdmf.so*
mkg3states*
paraview*
ProcessXML*
pvTestDriver*
vtkTestFilters*
vtkWrapClientServer*
vtkWrapTcl*
vtkWrapTclInit*
Of these the following contain a reference to libucb.so.1
libvtkKWParaView.so
libvtkKWParaViewCS.so
libvtkPVCommon.so
libvtkPVCommonCS.so
libvtkPVFilters.so
libvtkPVFiltersCS.so
libvtkPVServerManager.so
libvtkPVServerManagerTCL.so
libvtkXdmf.so
libvtkXdmfCS.so
libXdmf.so
paraview
vtkTestFilters
Any ideas?
Thanks,
Jason
On Wed, 6 Oct 2004, Brad King wrote:
> Jason.Beech-Brandt at ed.ac.uk wrote:
> > I'm trying to compile paraview-1.6.3 on an SunBlade 1000 running Solaris
> > 8. My compiler is gcc/g++-3.4.2. Everything compiles fine, including the
> > paraview executable, however the library libucb.so.1 is linked in, and the
> > library path /usr/ucblib is not included in the runtime library search
> > path by cmake. Modifying my LD_LIBRARY_PATH variable to include
> > /usr/ucblib seems to fix the problem, as I guess would including
> > -L/usr/ucblib -R/usr/ucblib in the linker flags when compiling paraview.
> >
> > I don't remember having this problem with previous versions of paraview.
> > Has something changed to require the use of this library? Or has it
> > always been used by paraview? I must admit, I'm not even really sure what
> > this library is for.
>
> Please try to find what is linking that library. I do not think the
> paraview build process tries to link to it explicitly, but it might
> inherit it by linking to some other library. Go to the directory
> containing the paraview executable and run
>
> ldd ./paraview |grep ucb
> ldd ./libvtkCommon.so |grep ucb
> ...
>
> for all the libraries and see which ones try to reference ucb.
>
> Thanks,
> -Brad
>
More information about the ParaView
mailing list