[Paraview] Cmake and RPATH

Berk Geveci berk.geveci at kitware.com
Wed Jan 21 09:09:06 EST 2009


Hi Jacques,

You should set VTK_USE_RPATH to OFF.

-berk

On Wed, Jan 21, 2009 at 7:18 AM, Jacques Papper <jpapper at ara.co.uk> wrote:
> Hi all,
>
> I'm having a problem running paraview when compiling it with a new version
> of my compiler.
> The compiler I am using is installed in a non common directory. The
> compilation goes through without a problem, but when I run ParaView I get
> the following :
>
> /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by
> /usr/people/papper/PARAVIEW/ParaView3-64-bin/bin/libvtkPVServerCommon.so)
>
> This is because it should pickup another version of libstdc++.so.6 which is
> not in /usr/lib64 but in my LD_LIBRARY_PATH
>
> When I do objdump -p paraview I get the following :
>
> RPATH       BLABLABLA...:/usr/lib64:BLABLABLA...
>
> My question is : How do I get CMAKE (v2.4.6) to not use RPATH ?
>
> Thanks for any help.
>
> Jacques PAPPER
> Applied CFD Team Leader
> Tel: +44 (0) 1234 324677
>
>
> ---------------------------
> This email contains information that is private and confidential and is intended only for the addressee.  If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.
> Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.
> Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list