From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:14:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B62871065674 for ; Mon, 9 Aug 2010 21:14:41 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8678FC12 for ; Mon, 9 Aug 2010 21:14:41 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 Aug 2010 17:14:40 -0400 Received: from mx04.lnh.mail.rcn.net (mx04.lnh.mail.rcn.net [207.172.157.54]) by mr08.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id LVJ90165; Mon, 9 Aug 2010 17:14:40 -0400 (EDT) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 09 Aug 2010 17:14:40 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19552.28607.763187.953932@jerusalem.litteratus.org> Date: Mon, 9 Aug 2010 17:14:39 -0400 To: Polytropon In-Reply-To: <20100809223512.b94b1bea.freebsd@edvax.de> References: <4C6062D3.1090800@nagual.nl> <20100809223512.b94b1bea.freebsd@edvax.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Dick Hoogendijk , FreeBSD Questions Subject: Re: amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 21:14:41 -0000 Polytropon writes: > > I've installed FreeBSD-amd64. It runs very well. The packages I fetch > > are amd64 too, but what about the ports I compile myself? Are those > > amd64 too? > > Yes, as your compiler infrastructure and target platform > is amd64, and so is the resulting binary code. More importantly, if it isn't amd64 compatible - some ports aren't - it should tell you. Robert Huff