Search:
Forum
General C++ Programming
what is option --no-undefined
what is option --no-undefined
Nov 6, 2021 at 12:43am UTC
marhuum
(181)
what is meaning of option:
--no-undefined Do not allow unresolved references in object files
if not used ?
How is the binary release having an allowed unresolved references in its object files ?
Nov 6, 2021 at 12:48am UTC
mbozzi
(3932)
Allowing unresolved symbols is a "normal" behavior, where compiled code may refer to functions that are declared but not defined in the same translation unit.
Last edited on
Nov 6, 2021 at 12:49am UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs