Open roper79 opened 7 years ago
Does the problem persist if you use the official binaries, or when building with the portable
and static
flags on?
The official Linux binary has the problem.
Now trying to compile with stack install --ghc-options='-optl-static'
(excuse my incompetence, have not found how to switch the portable
flag on) and I got stuck in the linking process:
Linking .stack-work/dist/x86_64-linux-nopie/Cabal-1.22.5.0/build/haste-boot/haste-boot ... /usr/bin/ld: cannot find -lbz2
Any hint? (libbz2 is present in the system) Thanks!
https://github.com/valderman/haste-compiler/commit/ab0f6c1bbb93e9919205c804817e99e1455aa325 built using Stack
Is this enough, or should I dig deeper?