There has been a recent update to GCC, so naturally I updated my copy and set about recompiling the libraries I commonly use. I then started getting some very odd out-of-memory errors coming out from ld. For those not in the know, ld is the ‘linker’ tool that takes all the compiled object files and [...]