https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69988
--- Comment #9 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to jos...@codesourcery.com from comment #7) > libgo.so should have been linked with -lc (probably an implicit -lc from > some spec used when linking shared libraries). Should be adding "-lc" to libgo/configure.ac: LIBS be enough? I'm a bit unsure where to fix the linker here. I did some quick tests and just adding "-lc" to the command line above for gotools does not help. Adrian