-
Notifications
You must be signed in to change notification settings - Fork 508
64 bit compilation issue? #40
Comments
I think this is more of an issue to do with installing go on your system than with installing Drive. If you built go from source maybe take a look similar issues on StackOverflow raised about cross compilation. |
Is that software insallable on linux ubuntu trsuty 64bits. When I try I can see it is downloading the software from the repo and compiling it but it looks like it stop before the building the exec. Any help appreciated
|
@pdemilly Looks like it installed it. Did you remember to set your $GOPATH, as well as add your $GOPATH/bin to your $PATH (this is where the drive binary will be saved) ? |
@odeke-em : That's the issue. I can see that the project was checked out and that the project compiled correctly but no executable were created. If you look at the last line you get a drive.a (a lib I assume) created, but no exec. As expected when I type drive I get command not found. Also in $GOPATH/bin there is nothing. |
go build ./cmd/drive |
@odeke-em I finally managed to update go, and now the previous error doesn't appear anymore, thanks. I searched around for this kind of error message, but I couldn't find any solution. Any suggestion? thanks. Paolo |
To be honest, I think reinstalling go from scratch should help sort this otherwise we shall have to keep going back and forth with patching things up, in which a lot might be missed. You can see how to do so here https://golang.org/doc/install. It should be something like a 6 step process. Hope this helps. |
Hello
I have linux 64 bit and go1.3.3 linux/amd64
at the command
go get github.com/rakyll/drive/cmd/drive
the reply is always
go build runtime: linux/amd64 must be bootstrapped using make.bash
I couldn't find make.bash anywhere in the source root.
my uname -a:
Linux fangorn 3.17.1 #6 SMP Thu Oct 30 18:39:33 CET 2014 x86_64 Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz GenuineIntel GNU/Linux
thanks.
Paolo
The text was updated successfully, but these errors were encountered: