From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 12 22:49:32 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org 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 6B9B216A41F for ; Mon, 12 Sep 2005 22:49:32 +0000 (GMT) (envelope-from plehner2000@yahoo.com) Received: from web81803.mail.mud.yahoo.com (web81803.mail.mud.yahoo.com [68.142.207.168]) by mx1.FreeBSD.org (Postfix) with SMTP id 01CDF43D48 for ; Mon, 12 Sep 2005 22:49:31 +0000 (GMT) (envelope-from plehner2000@yahoo.com) Received: (qmail 94062 invoked by uid 60001); 12 Sep 2005 22:49:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=MnKqJngbXUeRDa3JidMHqokEi5jCXQ3ADaes6MYfScZ9PqSLxu64QZ9FyThyt5/ParEoVfeLdh6ng91WZZmIDUrq6ViIInI/YykSWbCMi1YWb40Qow0/pvOGrfETAUy6sluRKLLOuCFC2GmkUxslwPnnACYHMxypLoe6xX0tsh0= ; Message-ID: <20050912224931.94060.qmail@web81803.mail.mud.yahoo.com> Received: from [71.130.151.221] by web81803.mail.mud.yahoo.com via HTTP; Mon, 12 Sep 2005 15:49:31 PDT Date: Mon, 12 Sep 2005 15:49:31 -0700 (PDT) From: Patrick Lehner To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: linux_glide X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:49:32 -0000 Has anyone gotten linux_glide to work? I know, the Makefile sez i386 only, but that hasn't stopped other apps to install by either modifying the Makefile or setting the environment variable for *ARCH to i386 One problem that immediately comes to mind is that linux glide was built with XFree libs, while FreeBSD uses xorg. Thanks