Open Kleidukos opened 5 months ago
cc @deech this reminds me of https://github.com/haskell/c2hs/issues/192
@Kleidukos This suggests that you are having issues with the IEC 60559 extensions. It is possible that your glibc version is relatively new compared to gcc. You can try the following in that case:
iecFpExtension
flag in the language-c
packageSee the note in the language-c package README.md regarding IEC 60559.
Steps to reproduce:
c2hs version: 0.28.8 GHC version: 9.6.4 with CC=clang