From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 15:18:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAB416A4CF for ; Wed, 29 Oct 2003 15:18:01 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id CC41443FA3 for ; Wed, 29 Oct 2003 15:17:56 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 23391 invoked by uid 1001); 29 Oct 2003 23:17:54 -0000 Date: Thu, 30 Oct 2003 00:17:54 +0100 From: Erik Trulsson To: "M.D. DeWar" Message-ID: <20031029231754.GA16963@falcon.midgard.homeip.net> Mail-Followup-To: "M.D. DeWar" , freebsd-questions References: <002a01c39cb4$11062e90$0501a8c0@canada> <000a01c39da0$0cdb1b40$fb65a8c0@ocfl061> <3F9EE982.5040001@magidesign.com> <000a01c39da1$bb981e70$fb65a8c0@ocfl061> <3F9EF09F.3070800@mindcore.net> <000e01c39e64$4727ba50$fb65a8c0@ocfl061> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000e01c39e64$4727ba50$fb65a8c0@ocfl061> User-Agent: Mutt/1.5.4i cc: freebsd-questions Subject: Re: why is it known as unknown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 23:18:01 -0000 On Wed, Oct 29, 2003 at 04:33:19PM -0500, M.D. DeWar wrote: > for curiosity and exciting dinner banter, why is it I see > programs/application etc referring to FreeBSD as > i386-unknown-freebsd4.8 system > or when doing a configure it shows as that ? The middle part is really supposed to be the type of the system, so if you were running on an IBM system it ougth to say i386-ibm-freebsd4.8 and if you used a system from Digital it might be alpha-dec-freebsd4.8. On PC systems it is often impossible to determine from a program what kind of system it is, and it really doesn't matter much anyway, so the middle part is just reported as 'unknown'. -- Erik Trulsson ertr1013@student.uu.se