[CMake] bootstrap query

William A. Hoffman billlist at nycap.rr.com
Fri Jun 2 09:13:30 EDT 2006


At 04:06 AM 6/2/2006, Ian.Appru at ubs.com 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



More information about the CMake mailing list