https://bugs.winehq.org/show_bug.cgi?id=45401
Bug ID: 45401 Summary: Fail to link with reduced set of configured options Product: Wine Version: 3.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: eblot.ml@gmail.com Distribution: ---
Created attachment 61714 --> https://bugs.winehq.org/attachment.cgi?id=61714 config.log and make error
I'm like to build a reduced wine version (for the sake of running a Win-only 32-bit compiler).
./configure and make runs ok till the link stage of ntdll.dll.so, with the following error: Makefile:823: recipe for target 'ntdll.dll.so' failed
It seems the pthread library is not linked in this peculiar setup.
See attachment for details.