andlabs / ui

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

error on "go get -u github.com/andlabs/ui" #296

Closed jkmpariab closed 6 years ago

jkmpariab commented 6 years ago

github.com/andlabs/ui

/usr/bin/x86_64-linux-gnu-ld: go/src/github.com/andlabs/ui/libui_linux_amd64.a(libui-combined.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/x86_64-linux-gnu-ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status

system specs: ubuntu 18.04 amd64 - go version 1.10.2

andlabs commented 6 years ago

Duplicate of #230