-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
unexpected R_X86_64_64 relocation for dynamic symbol #111
Comments
Do you cross-comiling? #106 (comment) |
I tried cross-compiling first, when it failed, I tried it on the target machine natively. |
Do you use clang? |
I tried clang and gcc like so:
Both with exactly the same results. |
Please show me BTW, Sorry for my jump to wrong. |
No worries. Here you go:
|
Maybe, you installed go via OS package manager? |
Yes I did. Does your package require a certian go version? |
I'm using tip on hg. I'm compiling on following environments. Windows
Linux
|
Mmh, nevermind. I'm using in-memory storage, which fits better to my current requirement. |
I have a very similar problem: http://pastebin.com/8QcT2fEw Source code: http://pastebin.com/nZHxD3Kz |
Maybe same as #92 |
When using
go build
orgo get
in my project on linux amd64, I get the followingWhile on osx, everything works fine.
Any ideas?
The text was updated successfully, but these errors were encountered: