Closed SturdyPose closed 10 months ago
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:
stack exec -- pacman -Syu
stack exec -- pacman -S gcc
This fix is no longer necessary as of version 5.1.0.1
5.1.0.1
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:
stack exec -- pacman -Syu
,stack exec -- pacman -S gcc