Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
62631 commits behind the upstream repository.
user avatar
Marcin 'Qrczak' Kowalczyk authored
Don't strip libgmp.a. (But perhaps --strip-unneeded or something
would be harmless.)

PS. The configure script looks for __gmpz_fdiv_qr, but gmp that I have
installed uses the name mpz_fdiv_qr and is thus not being found. (Also
it is dynamically linked, where ghc's gmp is only statically linked.)
I guess that configure should check for either name.
fd23905b
History