You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS Linker changes cause golang to crash when installing
go install github.com/wealdtech/ethereal/v2@latest
returns this error:
# truncated go: downloading github.com/bits-and-blooms/bitset v1.8.0
# github.com/wealdtech/ethereal/v2ld: warning: '/private/var/folders/18/4p7lgyxj2jd4v2vmv82b25ch0000gn/T/go-link-2801687295/go.o' has malformed LC_DYSYMTAB, expected 128 undefined symbols to start at index 35481, found 202 undefined symbols starting at index 92
macOS Linker changes cause golang to crash when installing
returns this error:
macOS env
Fix: explicitly force legacy linker when building
go build -ldflags="-extldflags=-Wl,-ld_classic"
The text was updated successfully, but these errors were encountered: