(address . bug-guix@gnu.org)
Hi Guix,
I have a haskell project until recently compiled with the following:
env -u GHC_PACKAGE_PATH cabal new-build
Now it fails with the following:
ld: cannot find -lm
ld: cannot find -lpthread
ld: cannot find -lz
ld: cannot find -lrt
ld: cannot find -lutil
ld: cannot find -ldl
ld: cannot find -lpthread
ld: cannot find -lm
ld: cannot find -lrt
ld: cannot find -ldl
ld: cannot find -lpthread
ld: cannot find -lpthread
ld: cannot find -lpthread
ld: cannot find -lc
Could a graft be failing to update references to various libraries?
I really don't know what could be going on.
Thanks!
John