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
Upon running ./cabal new-build all on mac I get the error "Undefined symbols for architecture x86_64". Which is referenced in this issue. The solution is to add -dynamic to the ghc flags in the cabal files as is shown here. I would suggest adding something about this in the readme or perhaps in the cabal files themselves. Let me know what your thoughts are.
The text was updated successfully, but these errors were encountered:
mtesseract
added a commit
to mtesseract/reflex-app
that referenced
this issue
Jan 24, 2019
Upon running
./cabal new-build all
on mac I get the error "Undefined symbols for architecture x86_64". Which is referenced in this issue. The solution is to add -dynamic to the ghc flags in the cabal files as is shown here. I would suggest adding something about this in the readme or perhaps in the cabal files themselves. Let me know what your thoughts are.The text was updated successfully, but these errors were encountered: