https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98504
--- Comment #13 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to Ian Lance Taylor from comment #12) > But, of course, you shouldn't have to. A "make install" should put fmt.gox > in the right place by default. I don't know why you are seeing a problem > there. I gave it a try again. Compiling works, but the program crashes: glaubitz@yttrium:~$ gccgo hello.go -o hello glaubitz@yttrium:~$ ./hello Aborted glaubitz@yttrium:~$