On 20.09.2015 17:10, Zhenbo Li wrote:
Hello, I installed Fedora 23 Alpha to my computer, and tried to compile wine today. After running "./configure", I got this in my terminal
configure: WARNING: prelink not found, base address of core dlls won't be set correctly.
The reason is that prelink has been obsoleted since Fedora 23[1]
There is a successful build for wine on Fedora23[2], and it seems that that package has been affected by missing prelink too.[3]
Is this a critical problem? Should I ignore this WARNING, or try to fix it?
You might need it for some apps, especially older ones. The official Fedora packages fix this issue by applying a patch to use compiler features instead of prelink:
http://pkgs.fedoraproject.org/cgit/wine.git/plain/wine-relocate-base.patch?i...
Thank you