File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ These are written to `*.dump-*` files inside the package's `.stack-work` directo
296296
297297<a name="dyld-library-path-ignored"></a>If you
298298are on Mac OS X 10.11 ("El Capitan") or later, there are upstream issues which
299- [prevents the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
299+ [prevent the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
300300when System Integrity Protection (a.k.a. "rootless") is enabled. The only
301301workaround we are aware of is
302302[disabling System Integrity Protection](http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/).
Original file line number Diff line number Diff line change 5454
5555## Mac OS X
5656
57- Note: if you are on OS X 10.11 ("El Capitan") and encounter either of these
58- problems, see the linked FAQ entries.
59-
60- * [ GHC 7.8.4 fails with ` /usr/bin/ar: permission denied ` ] ( faq.html#usr-bin-ar-permission-denied )
61- * [ DYLD_LIBRARY_PATH is ignored] ( faq.html#dyld-library-path-ignored )
62-
6357### Using Homebrew
6458
6559If you have a popular [ brew] ( http://brew.sh/ ) tool installed, you can just do:
@@ -87,6 +81,15 @@ will take hours), see
8781We generally test on the current version of Mac OS X, but stack is known to work on
8882Yosemite and Mavericks as well, and may also work on older versions (YMMV).
8983
84+ ### Notes
85+
86+ If you are on OS X 10.11 ("El Capitan") and encounter either of these
87+ problems, see the linked FAQ entries:
88+
89+ * [ GHC 7.8.4 fails with ` /usr/bin/ar: permission denied ` ] ( faq.html#usr-bin-ar-permission-denied )
90+ * [ DYLD_LIBRARY_PATH is ignored] ( faq.html#dyld-library-path-ignored )
91+
92+
9093## Ubuntu
9194
9295* note* : for 32-bit, use the [ generic Linux option] ( #linux )
You can’t perform that action at this time.
0 commit comments