Woody1987
October 26th, 2007, 08:04 AM
hi, im trying to compile wine 0.9.44 in gutsy 64bit. I'm well aware that there are later versions already available but i need this version to get certain games working, anyway i start off with:
CFLAGS="-fno-stack-protector -O2" ./configure --verbose
i have tried doing a simple ./configure and i get the same result. I read somewhere that doing the above was necessary on 64bit systems. Regardless, both that code and the simple ./configure produce the same result.
then i do
make depend && make
i get
{standard input}: Assembler messages:
{standard input}:30: Error: suffix or operands invalid for `push'
{standard input}:31: Error: suffix or operands invalid for `push'
{standard input}:38: Error: suffix or operands invalid for `pop'
{standard input}:39: Error: suffix or operands invalid for `pop'
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/matthew/Desktop/wine-0.9.44/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/matthew/Desktop/wine-0.9.44/libs'
make: *** [libs] Error 2
any ideas?
CFLAGS="-fno-stack-protector -O2" ./configure --verbose
i have tried doing a simple ./configure and i get the same result. I read somewhere that doing the above was necessary on 64bit systems. Regardless, both that code and the simple ./configure produce the same result.
then i do
make depend && make
i get
{standard input}: Assembler messages:
{standard input}:30: Error: suffix or operands invalid for `push'
{standard input}:31: Error: suffix or operands invalid for `push'
{standard input}:38: Error: suffix or operands invalid for `pop'
{standard input}:39: Error: suffix or operands invalid for `pop'
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/matthew/Desktop/wine-0.9.44/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/matthew/Desktop/wine-0.9.44/libs'
make: *** [libs] Error 2
any ideas?