Search found 1 match
- Wed Jun 26, 2024 11:19 am
- Forum: General Discussion
- Topic: Linker doesn't report multiple definitions of symbol
- Replies: 3
- Views: 1707
Re: Linker doesn't report multiple definitions of symbol
I would find it very helpful if the linker could report duplicate symbols. I had an issue in my code where I (foolishly) wrote a function called close(). I was very surprised to find that there was a runtime error where some completely unrelated code that was using sockets called what was meant to b...