<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I cannot get test_gamma to work at all without this patch. I have tested it on three different macs.<br>DYLD_LIBRARY_PATY seems directly copied from LD_LIBRARY_PATH on linux, and references a lot of dirs not present on osx.<br><font class="Apple-style-span" color="#0057d0"><br></font>Will you consider this for inclusion?</div><div><br></div><div>The lines were added, as David Holmes points out, with the bug 7125793: MAC: test_gamma should always work.</div><div>This was a larger patch that affects lots of different files however, and this removes just part of that.</div><div><br></div><div>Regards,<br>Nils Loodin<br><font class="Apple-style-span" color="#0057d0"><br></font>diff --git a/make/bsd/makefiles/buildtree.make b/make/bsd/makefiles/buildtree.make<br>--- a/make/bsd/makefiles/buildtree.make<br>+++ b/make/bsd/makefiles/buildtree.make<br>@@ -471,11 +471,6 @@<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo "unset LD_LIBRARY_PATH_32"; \<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo "unset LD_LIBRARY_PATH_64"; \<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo ""; \<br>-<span class="Apple-tab-span" style="white-space:pre"> </span>echo "if [ \"$(OS_VENDOR)\" = \"Darwin\" ]; then "; \<br>-<span class="Apple-tab-span" style="white-space:pre"> </span>echo " DYLD_LIBRARY_PATH=.:$${DYLD_LIBRARY_PATH:+$$DYLD_LIBRARY_PATH:}\$${JAVA_HOME}/jre/lib/native_threads:\$${JAVA_HOME}/jre/lib:$${DYLD_LIBRARY_PATH:+$$DYLD_LIBRARY_PATH:}\$${JAVA_HOME}/jre/lib/${LIBARCH}/native_threads:\$${JAVA_HOME}/jre/lib/${LIBARCH}:${GCC_LIB}"; \<br>-<span class="Apple-tab-span" style="white-space:pre"> </span>echo " export DYLD_LIBRARY_PATH"; \<br>-<span class="Apple-tab-span" style="white-space:pre"> </span>echo "fi"; \<br>-<span class="Apple-tab-span" style="white-space:pre"> </span>echo ""; \<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo "# Use the gamma launcher and JAVA_HOME to run the test"; \<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo ""; \<br><span class="Apple-tab-span" style="white-space:pre"> </span>echo "./\$${GAMMA_PROG} $(TESTFLAGS) Queens < /dev/null"; \<br><font class="Apple-style-span" color="#0057d0"><br></font><blockquote type="cite"><div><br></div></blockquote></div><br></body></html>