Gentoo Archives: gentoo-user

From: Antonio Quartulli <ordex@××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Wine-1.1.16 and amd64
Date: Mon, 02 Mar 2009 17:09:15
Message-Id: 49AC1357.9090406@ritirata.org
1 Hi all!
2 I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I
3 got a problem because it can't compile (or maybe link) on my amd64 system.
4
5 x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include
6 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
7 -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
8 -Wpointer-arith -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer
9 -o activeds_main.o activeds_main.c
10 /usr/bin/ld: Relocatable linking with relocations from format elf32-i386
11 (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported
12 winebuild: /usr/bin/ld -r failed with status 256
13 winegcc: ../../tools/winebuild/winebuild failed
14 make[2]: *** [acledit.dll.so] Error 2
15
16 this is one of the errors that I got.
17
18 Is there a way to build wine on a 64bit system without using the win64
19 flag (i still want to run win32 binaries).
20
21 Bye!
22
23
24 --
25 Antonio Quartulli <http://www.ritirata.org/ordex>

Replies

Subject Author
Re: [gentoo-user] Wine-1.1.16 and amd64 Alan McKinnon <alan.mckinnon@×××××.com>