On Tue, Mar 19, 2019 at 12:00 PM Tong Sun wrote: > > On Tue, Mar 19, 2019 at 10:58 AM Florian Weimer wrote: > > > > * Tong Sun: > > > > > Aren't all go built binaries are statically-linked-binary? > > > Then why I'm getting the following error? > > > > There are two different kinds of statically linked binaries: those > > that link against glibc and those that do not. Static linking against > > glibc should really be avoided, particularly with Go, which only needs > > it for functionality that is *broken* in a statically linked glibc. > > > > Do you have a link to the binary in question? > > Thanks for your reply Florian. I'm still working on making the build > work, but will get my package into shape and push an initial version > for your to take a look...
Hi Go team & Florian, I've upload the package "easygen" to https://salsa.debian.org/go-team/packages/easygen It is still having the above statically-linked-binary problem. Somebody help me fix it please? Thx!
