build "go-ethereum" with -linkshared
failed: /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
#37080
Labels
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
go1.13 had a panic . Duplicate of #35759
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I tried to build go-ethereum using dynamic linking with command
-linkshared
.I downlaoded the go-ethereum, and compiled with command
go build -v -linkshared ./cmd/geth
What did you expect to see?
It compiles.
What did you see instead?
The text was updated successfully, but these errors were encountered: