Displaying 1 result from an estimated 1 matches for "cpp_flags".
Did you mean:
cp_flags
2004 Sep 30
0
Building wine-i386 on x86_64 linux
Hi,
I'm trying to build Wine as a 32 bit program on my x86_64 machine,
running Fedora Core 2. I downloaded Wine-20040914.tar.gz specified that
I wanted to use the 32-bit compilers with:
CC=/usr/bin/i386-redhat-linux7-gcc
CXX=/usr/bin/i386-redhat-linux7-g++ CPP_FLAGS=-m32 CXXFLAGS=-m32
./configure
I then did make depend and make, and everything appears to be being
built with the correct compilers until:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ddraw.spec
convert.o dclipper/main.o ddraw/hal.o ddraw/main.o ddraw/thunks.o
ddraw/user.o...