%% Jorn Tomanik <[EMAIL PROTECTED]> writes:
jt> I am using make 3.79.1 on alpha-redhat-linux-gnu.
jt> It seems that make is removing LD_LIBRARY_PATH from the
jt> environment, which means that following simple makefile fails
jt> (even if LD_LIBRARY_PATH is set of course):
jt> all:
jt
Hello,
I am using make 3.79.1 on alpha-redhat-linux-gnu.
It seems that make is removing LD_LIBRARY_PATH from the environment, which
means that following simple makefile fails (even if LD_LIBRARY_PATH is set
of course):
all:
env | grep LD_LIBRARY_PATH
Is there a patch for this bug ?
Re