-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
make #294
Comments
I don't know what's the issue here. I don't have a Ubuntu 18.04 environment setup here to test this right now. Can you do me a favor and see if you can build a Debug build? (Use a different build directory or at least remove |
I have met the same problem. OS is Ubuntu 16.04. |
using Debug option has no problem. Why? |
I don't know exactly what's going on here; the error seems to stem from the usage of a link-time flag enabling a read-only GOT (which is enabled for both Debug and Release builds), but since it's enabled for both builds, it might be a clash with something that's enabled only in Release builds. My money is in LTO. I might install a Ubuntu 18.04 VM here to experiment with this. No promises, though, as I'm taking a sabbatical from open source work; however, if I end up doing this, these are some of the things I'm going to try:
|
I'm getting the exact same error when building on a Raspberry Pi 3B+, Raspbian (not a fresh install) |
when I build with make I found an error. Any more dependencies required? Please advice. Thanks.
The OS is Ubuntu 18.04, AMD64.
[ 77%] Linking C executable lwan
I paste cmake, too.
The text was updated successfully, but these errors were encountered: