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é
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.