[Bug 20474] Wine can't be built with GCC in C99 mode

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 27 05:57:11 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=20474





--- Comment #11 from Yann Droneaud <yann at droneaud.fr>  2009-10-27 05:57:11 ---
(In reply to comment #10)
> Created an attachment (id=24387)
 --> (http://bugs.winehq.org/attachment.cgi?id=24387) [details]
> Ugly patch to allow some parts of wine to be built in GCC C99 mode
> 

Apply the patch, run autoconf, then ./configure CFLAGS="--std=c99"
LDFLAGS="-Wl,--allow-multiple-definition"

You would also use make LDFLAGS+="-Wl,--allow-multiple-definition" instead. But
--std=c99 should be added at configure time.

-- 
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.



More information about the wine-bugs mailing list