3 | | Michael, as I pointed out above, simply reverting the change would presumably reintroduce the problem that the change was intended to fix. I presume, as I stated above, that the problem is that all directories specified with `-L` flags are being added to `DYLD_LIBRARY_PATH`, which is not what we want. The correct thing to do would be to add only library paths that refer to directories inside the work directory to `DYLB_LIBRARY_PATH`. Of course I would certainly welcome input from Marcus as well. |
| 3 | Michael, as I pointed out above, simply reverting the change would presumably reintroduce the problem that the change was intended to fix. I presume, as I stated above, that the problem is that all directories specified with `-L` flags are being added to `DYLD_LIBRARY_PATH`, which is not what we want. The correct thing to do would be to add only library paths that refer to directories inside the work directory to `DYLD_LIBRARY_PATH`. Of course I would certainly welcome input from Marcus as well. |