On 5/31/06, Brad King <[EMAIL PROTECTED]> wrote: > CMake translates the install_name of the binaries using > install_name_tool when they are installed. It looks like the code > generated to do this does not account for DESTDIR. This is probably a > CMake bug which I'll investigate fixing for the 2.4.3 release.
I wonder if install_name_tool honors DYLD_LIBRARY_PATH? 'cause when I looked a little deeper, the install_name_tool command being run was correct; I think it just didn't like that the id it was being changed *to* didn't actually exist in the path specified. I can play a little more and see if I can find a way around it. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
