Hi,
It looks like building from source is no longer working on the Mac after installing the latest and greatest tool chain, XCode 5. Building packages works fine until it hits 'cgo'.
The Go source version is 1.1.2.
XCode 5.0 removes the gcc frontend of LLVM, the 'gcc' command is just a wrapper around 'clang' now. And that breaks things.
.......
cmd/gofmt
testing/quick
cmd/fix
cmd/api
cmd/vet
runtime/cgo
# runtime/cgo
clang: warning: argument unused during compilation: '-pthread'
# runtime/cgo
clang: error: no such file or directory: 'libgcc.a'
Gé
--
Gé