At 04:06 AM 6/2/2006, [EMAIL PROTECTED] wrote:

>Hi 
>
>Is there some way to get the bootstrap build of cmake 2.4.2 to use rpaths for 
>a gcc build? 
>
>I don't want to force in-house users of cmake to set an LD_LIBRARY_PATH. 

CMake does not have any shared libraries so it should not require
rpath or LD_LIBRARY_PATH to be set.  It sounds like you have a poorly
configured machine, any libraries cmake is linking to, should be system 
libraries
like libc, and libcurses, but all of those should be configured so users
should not need to set LD_LIBRARY_PATH.

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to