On 26 February 2014 14:45, Ed Maste <[email protected]> wrote: > LLVM r201936 restores the use of a relative rpath but this breaks LLDB > on FreeBSD. For now I've disabled CMAKE_BUILD_WITH_INSTALL_RPATH > locally until the fix can be found, in the top-level LLVM > CMakeLists.txt: > > if(NOT ${CMAKE_SYSTEM_NAME} MATCHES FreeBSD ) > set(CMAKE_BUILD_WITH_INSTALL_RPATH ON) > endif() > > It seems probable that either ld flags aren't being set correctly to > indicate that $ORIGIN is in use, or that there's an issue in FreeBSD's > handling of $ORIGIN (on at least FreeBSD 9.2).
Which library fails to load? Is the rpath set correctly? Does it work with the configure build? Which rpath do you get with it? Cheers, Rafael _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
