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.
https://bugs.winehq.org/show_bug.cgi?id=45401
--- Comment #1 from Emmanuel Blot eblot.ml@gmail.com --- Based on Git 86864486be64a277f6edf8e66709cd0f17a4eed9 (post 3.11)
https://bugs.winehq.org/show_bug.cgi?id=45401
--- Comment #2 from Emmanuel Blot eblot.ml@gmail.com --- Same with 3.10 tagged release
https://bugs.winehq.org/show_bug.cgi?id=45401
Emmanuel Blot eblot.ml@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eblot.ml@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=45401
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- All the dependencies are listed for completeness (and because some scripts use that), but you can't build without pthread.
https://bugs.winehq.org/show_bug.cgi?id=45401
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Status|RESOLVED |CLOSED
--- Comment #4 from André H. nerv@dawncrow.de --- closing invalid