mitranim / gow

Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
The Unlicense
772 stars 29 forks source link

Fails to install on OS X with `has malformed LC_DYSYMTAB ...` error #46

Closed pendar747 closed 5 months ago

pendar747 commented 5 months ago

I'm getting this error when installing on OSX:

go install github.com/mitranim/gow@latest
# github.com/mitranim/gow
ld: warning: '/private/var/folders/72/c122kj5x73j2l0cpg56tklmm0000gp/T/go-link-954916348/go.o' has malformed LC_DYSYMTAB, expected 70 undefined symbols to start at index 4946, found 88 undefined symbols starting at index 27

Mac version: Sanoma 14.3 (23D2057)

pendar747 commented 5 months ago

Actually this is not really an error, just a warning