Just wanted to post here quickly before opening a GitHub issue, since I’m not sure if there is just some cleaning/resetting step that I’m forgetting…
Trying to build the v1.0.1
tag on macOS 10.14 (Mojave), I keep running into an issue that the libosxunwind
dependency still references libstdc++
in its Makefile
. Apparently, this library was deprecated in 10.13 and removed in 10.14 (in favor of libc++
). I’ve tried a make clean
, make cleanall
, and make distcleanall
to no avail.
So, is it me? Or is Julia not compiling on Mojave?