https://bugs.winehq.org/show_bug.cgi?id=52094
--- Comment #16 from Jinoh Kang jinoh.kang.kr@gmail.com --- (In reply to esteve.varela from comment #15)
I've confirmed it too, though it doesn't apply cleanly on 6.23, so I had to build from git.
Yes, we're in 7.0-rc1.
I should also mention that I had to clear out forward4.c and forward4.spec to get it to build, as I would otherwise get this error:
gcc -m64 -c -o dlls/kernel32/tests/forward4.o ../dlls/kernel32/tests/forward4.c -Idlls/kernel32/tests -I../dlls/kernel32/tests \ -Iinclude -I../include -I../include/msvcrt -D__WINESRC__ -D_MSVCR_VER=0 -fPIC \ -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -mabi=ms -Wall -pipe \ -fcf-protection=none -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement \ -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 \ -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith \ -Wlogical-op -gdwarf-4 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 {standard input}: Assembler messages: {standard input}:6: Error: cannot represent relocation type BFD_RELOC_RVA {standard input}:9: Error: cannot represent relocation type BFD_RELOC_RVA {standard input}:10: Error: cannot represent relocation type BFD_RELOC_RVA {standard input}:22: Error: cannot represent relocation type BFD_RELOC_RVA {standard input}:26: Error: cannot represent relocation type BFD_RELOC_RVA
It looks like it's trying to build a source file as a Unix library and not as a PE file, which means something went wrong. Can you copy-paste the `./configure` line you used to build Wine?