`--require-defined` command-line option can be helpful
Open
@MSMazaya is already working on this.
Since May 6, 2025.
- Dominant language
- C++
- Stars
- 259
- Forks
- 84
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 72
Description
--require-defined option can be helpful for our users and help us increasing GNU compatibility of our tools.
From GNU LD documentation:
--require-defined=symbol
Require that symbol is defined in the output file. This option is the same as option --undefined except that if symbol is not defined in the output file then the linker will issue an error and exit.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.