5187
5226; Fixed Linker to report error when things are defined twice
Pathfinder
The Linker was allowing variables to be defined more than once. I removed the flag that was allowing this. This resulted in numerous changes in existing code to prevent this.
Both the common code and the applications will need to be re-compiled.