Created attachment 2653 fix build failure with ld --no-add-needed Hi, someone in Debian tried to build exo with binutils-gold which apparently sets --no-add-needed as default. The builds fails because of missing explicit lib declarations, I've tried to fix them, so here's the result. It's against stable branch (0.3.105 tag, though it doesn't exist in bugzilla). Cheers,
Created attachment 2657 fix build failure with ld --add-needed (binutils-gold) Updated patch to use XDT_CHECK_LIBX11_REQUIRE()
Although I believe the patch is correct, it build fine here with -Wl,--no-add-needed...
Hmmh, maybe that's something else brought by binutils-gold then :/ I'll try to make you a build log tomorrow.
Applied parts of this patch that still applied in 00e1e90. Any news on this? If you think it is fixed, feel free to close the bug.
Ping
will try soon, sorry for delay :)
0.5.2 seems to work fine with binutils-gold so I guess it's ok for now. Thanks for applying :)