You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
This bug arises when people install versions of system libs (like iconv) from brew. GHC has long since ensured they use the right version... and there is little the platform can do beyond that.
Compiling a small program results in this error message:
It seems that ghc is looking in the wrong directory for libiconv. By specifying
--extra-lib-dirs=/usr/lib
compilation works.The MacOS Version is 10.8.2
The text was updated successfully, but these errors were encountered: