From owner-freebsd-ports@FreeBSD.ORG Mon Mar 5 22:13:55 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC69316A402 for ; Mon, 5 Mar 2007 22:13:55 +0000 (UTC) (envelope-from simon@simonproven.co.uk) Received: from queue01-winn.ispmail.ntl.com (queue01-winn.ispmail.ntl.com [81.103.221.55]) by mx1.freebsd.org (Postfix) with ESMTP id 413B613C491 for ; Mon, 5 Mar 2007 22:13:55 +0000 (UTC) (envelope-from simon@simonproven.co.uk) Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20070305215010.YRLZ3103.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Mon, 5 Mar 2007 21:50:10 +0000 Received: from [127.0.0.1] (really [82.16.98.252]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20070305215010.VSJE219.aamtaout01-winn.ispmail.ntl.com@[127.0.0.1]>; Mon, 5 Mar 2007 21:50:10 +0000 Message-ID: <45EC9094.8050309@simonproven.co.uk> Date: Mon, 05 Mar 2007 21:50:12 +0000 From: Simon Proven User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freenx@deweyonline.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: nxserver-1.4.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 22:13:55 -0000 Hello, I'm trying to work out how to make nxserver build for amd64 as I don't have a working solution of any kind (either tightvnc or vnc also being i386-only). I have been messing around trying to get it to build, and got past the -fPIC issue with a couple of patches. However once it compiled, it did *not* create libX11.so, it only produced libX11.a I've not managed to work out why this is yet; the Makefile generated in lib/X11 is not sufficiently different from that in i386 to be the issue, I perhaps need to diff the entire tree of generate Makefiles so I can see if there is a difference that's relevant. I'm unfamiliar with the xfree86 build system so that is not helping me. Do you have any ideas about what might be the best approach to making this work? I'd really like to get it working. Thanks, Simon