On Wed, 2020-06-03 at 12:13 +0100, Rob Kendrick wrote: > GCC 10? That has apparently changed how multiple symbols defined in > different sources are dealt with by default, try adding -fcommon to > the > build flags to ld/gcc. > > The old way was to merge all instances of a global variable if they > all > agreed on initial value (or lack of one). > > Somebody will probably want to go through each global and tidy this > up.
GCC 10 is default on Arch Linux. Adding "-fcommon" worked a treat, thanks! _______________________________________________ RPCEmu mailing list RPCEmu@riscos.info http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu