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@winehq.org ReportedBy: kennybobs@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.
http://bugs.winehq.org/show_bug.cgi?id=22756
Dmitry Timoshkov dmitry@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@codeweavers.com 2010-05-18 08:48:00 --- Missing __builtin_ms_va_list gcc support is not a Wine problem.
http://bugs.winehq.org/show_bug.cgi?id=22756
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-18 08:48:14 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=22756
Ken Sharp kennybobs@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@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.
http://bugs.winehq.org/show_bug.cgi?id=22756
--- Comment #4 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=22756
--- Comment #5 from Ken Sharp kennybobs@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.
http://bugs.winehq.org/show_bug.cgi?id=22756
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID
--- Comment #6 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=22756
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Ken Sharp kennybobs@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?