veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.18k stars 219 forks source link

skipping incompatible #448

Closed deveshd020 closed 4 years ago

deveshd020 commented 4 years ago

**github.com/veandco/go-sdl2/sdl

github.com/veandco/go-sdl2/sdl

/usr/bin/ld: skipping incompatible /usr/local/lib/libSDL2.so when searching for -lSDL2 /usr/bin/ld: skipping incompatible /usr/local/lib/libSDL2.a when searching for -lSDL2 /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libSDL2.so when searching for -lSDL2 /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libSDL2.a when searching for -lSDL2 /usr/bin/ld: skipping incompatible //usr/local/lib/libSDL2.so when searching for -lSDL2 /usr/bin/ld: skipping incompatible //usr/local/lib/libSDL2.a when searching for -lSDL2 /usr/bin/ld: cannot find -lSDL2 collect2: error: ld returned 1 exit status**

veeableful commented 4 years ago

Hi @deveshd020, could you tell me the operating system and what you did to produce this? Thanks!