veandco / go-sdl2

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

-Wl,-no-undefined breaks LLD linker #464

Open Keithcat1 opened 4 years ago

Keithcat1 commented 4 years ago

Hi, IT seems that Clangs LLD linker doesn't recognize the -Wl,-no-undefined argument and crashes. Can it be removed or altered?

veeableful commented 4 years ago

Hi @Keithcat1, could you try setting the version to the previous release v0.4.3? I suppose there's something different with the way the static libraries are built this time which will take us some time to find out the cause.

gen2brain commented 4 years ago

I think that was just a way to silence some errors, not sure if those are still valid, and it is disabled on darwin. Anyway, if it makes problems it can safely be removed.