[Bug go/64738] go, gofmt and cgo binaries linked statically

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 22 23:51:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64738

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I see in gotools/Makefile.am:
AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs -static-libgo
but why has the -static-libgo flag been added is unclear (and, IMHO very much
undesirable).



More information about the Gcc-bugs mailing list