Closed
Description
When I've included this package into Stack build project, I've got error : * Missing (or bad) C libraries: gcc_eh
Can we please include into documentation these steps to resolve it?
This errors occurs when haskell stack can't find gcc libs. To fix this follow these steps:
- Run
stack exec -- pacman -Syu
,stack exec -- pacman -S gcc
- Then "stack exec -- gcc -print-libgcc-file-name"
- Copy the path without libgcc.a and paste it inside extra-lib-dirs stack.yaml