ld: library not found for -lbigarray

OSX
<p>I got this building unison on OSX Catalina. You need to add a symlink for now...</p> <p>cd to where ever your ocaml lib is...</p> <pre><code>cd /usr/local/lib/ocaml/ </code></pre> <p>create a symlink...</p> <pre><code>ln -s bigarray.a libbigarray.a </code></pre> <p>From: <a href="https://github.com/bcpierce00/unison/issues/282">https://github.com/bcpierce00/unison/issues/282</a></p>

© 2026 Code0x378