Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: build errors on OS X Mavericks #6802

Closed
gopherbot opened this issue Nov 21, 2013 · 8 comments
Closed

cmd/go: build errors on OS X Mavericks #6802

gopherbot opened this issue Nov 21, 2013 · 8 comments

Comments

@gopherbot
Copy link

by brainscott:

I'm simply running go build and running into an error on Mavericks.

What is the expected output?
Hello World!

What do you see instead?
# runtime/cgo
clang: warning: argument unused during compilation: '-pthread'
# runtime/cgo
clang: error: no such file or directory: 'libgcc.a'

Which compiler are you using (5g, 6g, 8g, gccgo)?

Not sure

Which operating system are you using?
OSX Mavericks

Which version are you using?  (run 'go version')
go version go1.1.2 darwin/amd64

Please provide any additional information below.
@davecheney
Copy link
Contributor

Comment 1:

Sadly go 1.1.x will not build on mavericks (with xcode5). I recommend building the
1.2rc5 release instead, or waiting a week til Go 1.2 is released on Dec 1.

Status changed to WaitingForReply.

@gopherbot
Copy link
Author

Comment 2 by brainscott:

How do I get 1.2rc5?

@davecheney
Copy link
Contributor

Comment 3:

hg clone -r go1.2rc5 https://code.google.com/p/go
You can also download prebuilt installers and tarballs from the website
https://groups.google.com/forum/#!msg/golang-nuts/ARxmh9L30w4/BRhMtFngw-gJ

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 4:

Labels changed: added go1.3maybe.

@dsymonds
Copy link
Contributor

dsymonds commented Dec 2, 2013

Comment 5:

Labels changed: added toolbug.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 6:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added repo-main.

@davecheney
Copy link
Contributor

Comment 8:

Status changed to TimedOut.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants