[Bug 22756] New: Wine64 will not build on GCC 4.4.4
http://bugs.winehq.org/show_bug.cgi?id=22756 Summary: Wine64 will not build on GCC 4.4.4 Product: Wine Version: 1.1.44 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, win64 Severity: blocker Priority: P1 Component: build-env AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk Trying to compile Wine64 on an i386 system, I'm scuppered at the first hurdle. ../configure --enable-win64 --build=amd64 checking whether gcc supports __builtin_ms_va_list... no configure: error: You need gcc >= 4.4 to build Wine as 64-bit. $ gcc --version gcc (GCC) 4.4.4 Is it a case that __builtin_ms_va_list never made it into 4.4.4? I can't find any information about this in the changelogs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Status|NEW |RESOLVED Component|build-env |-unknown Resolution| |INVALID Severity|blocker |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-18 08:48:00 --- Missing __builtin_ms_va_list gcc support is not a Wine problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-18 08:48:14 --- Closing invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Status|CLOSED |REOPENED Component|-unknown |build-env Resolution|INVALID | Severity|normal |blocker --- Comment #3 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-18 09:16:56 --- It is if Wine's configure script claims it should be there, and it isn't in the first place. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-18 09:24:14 --- It's a Wine bug only if gcc really supports it and Wine misdetects it. If that's the case, please post the corresponding config.log output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 --- Comment #5 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-18 10:40:18 --- Created an attachment (id=28063) --> (http://bugs.winehq.org/attachment.cgi?id=28063) config.log As requested. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-18 12:00:10 --- Your compiler doesn't have x86_64 support. If you want to use a cross-compiler you have to specify --host. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22756 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-18 12:46:28 --- Hmmm, ok thanks for the help, sorry about the noise. Is there a way for configure to detect and report this? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org