ghc-9.8.1/configure: line 9793: FP_PROG_LD_BUILD_ID: command not found
Summary
I am trying to build ghc to use ld.bfd to see how it performs.
Steps to reproduce
When I ./configure ... --disable-ld-override
on Linux.
I see an error/warning appear in the output:
./configure: line 9793: FP_PROG_LD_BUILD_ID: command not found
which seems a little suspicious, though it might well be harmless.
Expected behavior
No error.
Environment
- GHC version used: 9.8.1
Optional:
- Operating System: Fedora Linux Rawhide
- System Architecture: x86_64
Edited by Jens Petersen