From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LeBdj-0006gq-Nx for garchives@archives.gentoo.org; Mon, 02 Mar 2009 17:09:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BDCCE0319; Mon, 2 Mar 2009 17:09:13 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by pigeon.gentoo.org (Postfix) with ESMTP id D373CE0319 for ; Mon, 2 Mar 2009 17:09:12 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so991647fga.14 for ; Mon, 02 Mar 2009 09:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=SMxkEHpgWzHqjlmlDrKRr3IRpq4onNdHIAKZIhUFyHk=; b=q3GrfqVsp8UhCn5jQq3wOWfYIFqCCCOiJuh9aR6oU2q6zUid/qsFwblz0lxMXiVoNB 3Kh7vm8n+UXomqprk3ROqKgkseY1aODlW9LzNyA5aDHWPAwcdN834Z68rHI2WG6emQaj AV0apLZAcPqynFx4yfNMiuaEwpT860Nn9GlvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=YHFkBngzXR1liDydPuseZLg9UZQeTp4sT/IiHHj+s/Yg7UU5xAmWE49YL3O/r9Z+St t5Hz6Z0CutBGkSEDPS7/ZexalCZ9tuMZfk/Kg/chblfC7qhkIcIU+C4rFQpD6FBzEZgI 1dxCsf4fNm+FmL67TKh73RwKhYi9tY8eSIgzs= Received: by 10.86.65.9 with SMTP id n9mr1615288fga.55.1236013750411; Mon, 02 Mar 2009 09:09:10 -0800 (PST) Received: from ?192.168.1.34? (host-78-14-134-170.cust-adsl.tiscali.it [78.14.134.170]) by mx.google.com with ESMTPS id 12sm12073552fgg.43.2009.03.02.09.09.08 (version=SSLv3 cipher=RC4-MD5); Mon, 02 Mar 2009 09:09:09 -0800 (PST) Sender: Antonio Quartulli Message-ID: <49AC1357.9090406@ritirata.org> Date: Mon, 02 Mar 2009 18:11:51 +0100 From: Antonio Quartulli User-Agent: Thunderbird 2.0.0.19 (X11/20090207) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Wine-1.1.16 and amd64 X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 67358e2e-a953-4b54-8a47-217bcf56728e X-Archives-Hash: 289ebcf55de2f6deac706bcadd8357db Hi all! I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I got a problem because it can't compile (or maybe link) on my amd64 system. x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer -o activeds_main.o activeds_main.c /usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported winebuild: /usr/bin/ld -r failed with status 256 winegcc: ../../tools/winebuild/winebuild failed make[2]: *** [acledit.dll.so] Error 2 this is one of the errors that I got. Is there a way to build wine on a 64bit system without using the win64 flag (i still want to run win32 binaries). Bye! -- Antonio Quartulli