-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking fails when building the latest dev version on Ubuntu 16.04 #1178
Comments
Original comment by Bart van Strien (Bitbucket: bartbes, GitHub: bartbes). Looks like a bug with (the ubuntu distribution of?) gcc, affecting the newer versions of stb_image. See also the relevant stb_image bug. Possible workarounds include:
|
Original comment by Bart van Strien (Bitbucket: bartbes, GitHub: bartbes). Make stb_image only use SSE2 on x86_64, or when an override has been set (fixes #1173) Turns out, this is a gcc bug: detecting sse2 support cannot be done in shared |
Original report by Kyrio (Bitbucket: Kyrio, GitHub: Kyrio).
According to this report, the following bug might have more to do with GCC. However, since it doesn't appear when I build LÖVE 0.10.1, I thought it might be useful to report it.
Here is the error message displayed by the linker when I try to build LÖVE from the latest commit (53ede14) on Ubuntu 16.04, 64-bit, gcc 5.3.1:
The text was updated successfully, but these errors were encountered: