[Paraview] OSX: cmake problem

Brad King brad.king at kitware.com
Tue Mar 8 14:42:15 EST 2005


Andy Manners wrote:
> OSX 10.3.8
> CMake 2.0.5
> Paraview 1.8.5
> The build then failed when linking paraview, pvbatch and pvserver. Adding the -noprebind flag allowed the build to complete.

I don't think the -noprebind flag should be needed.  According to the 
Darwin linker documentation, this option is only needed to ignore the 
LD_PREBIND environment variable.  Does your environment have the 
LD_PREBIND environment variable set?

-Brad


More information about the ParaView mailing list