andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Issue when go get #309

Closed kkadosh closed 6 years ago

kkadosh commented 6 years ago

While i'm trying to use this library, and go get it , i have the following error :

# github.com/andlabs/ui
/usr/bin/ld: ./libui_linux_amd64.a(libui-combined.o): réadressage R_X86_64_32S vers « .rodata » ne peut pas être utilisé en créant un objet PIE; recompilez avec -fPIC
/usr/bin/ld : échec de l'édition de liens finale : Section non-représentable sur la sortie
collect2: error: ld returned 1 exit status
zsh: exit 2     go build

I'm on debian stretch and use golang 1.10.

andlabs commented 6 years ago

Duplicate of #230