Re: Environment Variable Not passed to Make

2002-05-05 Thread Paul D. Smith
%% "James W. McKelvey" <[EMAIL PROTECTED]> writes: jwm> I notice that the environment variable LD_LIBRARY_PATH is not jwm> passed to make like all the other variables. The value is always jwm> null! jwm> This is very weird, since I can't find any reference to it in the jwm> make code.

Environment Variable Not passed to Make

2002-05-04 Thread James W. McKelvey
I notice that the environment variable LD_LIBRARY_PATH is not passed to make like all the other variables. The value is always null! This is very weird, since I can't find any reference to it in the make code. There is no reference in the info or man pages to any special treatment. I see that