You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axet@debian:~/source/github/desktop/go/test$ go version
go version go1.4.2 linux/386
axet@debian:~/source/github/desktop/go/test$ go get github.com/rainycape/dl
# github.com/rainycape/dl
/tmp/go-build651627590/github.com/rainycape/dl/_obj/amd64.o: In function `call':
../../../../go/src/github.com/rainycape/dl/amd64.c:56: undefined reference to `make_call'
collect2: error: ld returned 1 exit status
axet@debian:~/source/github/desktop/go/test$
The text was updated successfully, but these errors were encountered:
@axet That definitely makes more sense in your project. dl is intended to be used in distributed binaries (i.e. you're implementing a main package and you want to distribute a ready to run binary for it) to avoid having a hard dependency for something not essential (in my case, libreadline).
The text was updated successfully, but these errors were encountered: