This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
HIE build issues (macOS) #1664
Open
Description
Hi,
I'm getting some build errors (again) on macOS 10.15.3 (19D76).
Here's my log output for stack ./install.hs hie-8.6.5 --verbose
:
I tried re-building hie
using stack clean --full
and then stack ./install.hs hie-8.6.5
, but still get the same error.
It seems the build fails because of this:
hie-bios > <command line>: can't load .so/.DLL for: libargp.dylib (dlopen(libargp.dylib, 5): image not found)
I installed argp-stanalone
and added -largp
to LDFLAGS
, unfortunately that did not help.
Also, note that building a simple project with stack works fine, e.g.
stack new temp-project --resolver lts-14.27 && cd temp-project && stack build
Any ideas why it would be failing?