← Back to team overview

yade-users team mailing list archive

Re: [Question #253618]: installation yade-1.11.0 : problem with libXt.so location

 

Question #253618 on Yade changed:
https://answers.launchpad.net/yade/+question/253618

    Status: Open => Answered

Anton Gladky proposed the following answer:
AFAIK LD_LIBRARY_PATH is used not for compilation, but for a runtime.
Please provide CMakeCache.txt.

Try to set CMAKE_LIBRARY_PATH during configuration step of compilation,
e.g:

cmake -DCMAKE_LIBRARY_PATH=/usr/lib64/ /path/to/yade/source

Anton

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.