On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > My question is whether there is a way to include the full path to the .dll > while creating the .exe - much like how cmake "link_directories" or > "target_link_libraries" allows you to - for e.g. on Linux (an ldd on the > executable file shows the full path to the .so file and thus > precludes the need to explicitly set LD_LIBRARY_PATH). While this is not a > cmake question (or a cmake mailing list) if you have experience solving > this problem using cmake, would appreciate those insights as well.
I found this while looking for cygwin RPATH: http://www.cmake.org/pipermail/cmake/2007-October/017267.html. Perhaps the lack of RPATH support on Windows/Cygwin is the reason? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple