From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 4 11:51:06 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CA816A4CE for ; Fri, 4 Feb 2005 11:51:06 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDF343D39 for ; Fri, 4 Feb 2005 11:51:05 +0000 (GMT) (envelope-from ccnp.bsd@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so398312rne for ; Fri, 04 Feb 2005 03:51:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=EMIaaPCZ5o90n/sJdT/tETiw+FtWmaDd/uaNEnCGwTeC7eilSVdf+tnfsx8uMpmD+r5+WbX0J9OdeM7ffq/d6mSZtxvfQZ0VSYduRMf2DyVzLq+nDFBBbiLyVf50BHzB2SzLPbUI2WmtGi2XJLEf01guAgom44y86a0I/7I/1dc= Received: by 10.38.79.74 with SMTP id c74mr121887rnb; Fri, 04 Feb 2005 03:51:04 -0800 (PST) Received: by 10.38.208.42 with HTTP; Fri, 4 Feb 2005 03:51:04 -0800 (PST) Message-ID: Date: Fri, 4 Feb 2005 05:51:04 -0600 From: Nick Lozinsky To: freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: amd64 and wine X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Lozinsky List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 11:51:06 -0000 Hello: Running FreeBSD5.3-STABLE on AMD64 3200+; I've attempted to `make install' wine from the ports tree, and surprisingle enough, it is only able to compile on I386 architectures. I looked through the Makefile, and saw the i386 support, only. Does wine have any support on amd64, or is it possible to compile on amd64 for backward 32-bit compatibility? Thanks in advance. Nick