> -----Original Message----- > From: Eric Lemings [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2008 1:13 PM > To: [email protected] > Subject: [PATCH] RE: STDCXX-488 > > ... > +-install_name $(BUILDDIR)/$(LIBNAME) \
Oops #1. Should be: -install_name $(BUILDDIR)/lib/$(LIBNAME) \ This [corrected] patch is all that's needed. With these link flags, tests, examples, and other executables will run without the need for environment variables (e.g. LD_LIBRARY_PATH, DYLD_LIBRARY_PATH). Going to submit this patch and resolve the issue. Brad.
