[Bug 59471] New: Building wine inside cygwin64 with gcc fails since b3d309157b
http://bugs.winehq.org/show_bug.cgi?id=59471 Bug ID: 59471 Summary: Building wine inside cygwin64 with gcc fails since b3d309157b Product: Wine Version: 11.3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@list.winehq.org Reporter: bernhardu@mailbox.org Distribution: --- Hello, I don't know if this is a supported configuration or used by others. This is cygwin64 with plain gcc, no llvm or mingw. I found this fails since b3d309157b with this error: ../configure 'CC=ccache gcc' --enable-win64 --without-mingw --disable-tests ... checking for msgfmt... no checking whether ccache gcc -m64 supports -target x86_64-windows -fuse-ld=lld -Wl,-subsystem:console -Wl,-WX --no-default-config... no checking whether ccache gcc -m64 supports -target x86_64-windows -fuse-ld=lld -Wl,-subsystem:console -Wl,-WX... no checking whether ccache gcc -m64 works... yes configure: error: x86_64 PE cross-compiler not found. This is an error since --enable-archs=x86_64 was requested. https://gitlab.winehq.org/bernhardu/wine/-/jobs/232744#L1013 (This pipeline is intended just to test cygwin on wine.) It looks like configure is taking some branch intended for clang, which fails with gcc. Below modification gets the old behavior back. --- a/configure +++ b/configure @@ -6564,7 +6564,7 @@ case $host_os in with_fontconfig=${with_fontconfig:-no} ;; mingw32*|cygwin*) - enable_archs=${enable_archs:-$HOST_ARCH} + #enable_archs=${enable_archs:-$HOST_ARCH} eval "${HOST_ARCH}_CC=\$CC" enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59471 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Regression SHA1| |b3d309157b4dd632b1227720b70 | |49ab7433bebba -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla