http://bugs.winehq.org/show_bug.cgi?id=32948 --- Comment #18 from jbh(a)alchemy.lu 2013-03-21 05:18:11 CDT --- (In reply to comment #15)
do you know what gcc commandlines happen during build?
This is from the output off running the archlinux buildscript below with the "export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"" and CXXFLAGS fix commented out. gcc -c -I../../../wine/libs/port -I. -I../../../wine/include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o getopt1.o ../../../wine/libs/port/getopt1.c
and perhaps point at the arch build repo for checking?
Not sure what you mean here? This is the script used by archlinux to build wine in a x86_64 (multilib) environment: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=... reply to comment #15) -- 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.