From owner-freebsd-questions@FreeBSD.ORG Mon Dec 5 09:14:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1656C16A41F; Mon, 5 Dec 2005 09:14:16 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8461443D5A; Mon, 5 Dec 2005 09:14:15 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051205091413.NAER19342.mta9.adelphia.net@default.chvlva.adelphia.net>; Mon, 5 Dec 2005 04:14:13 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 688D3B548; Mon, 5 Dec 2005 04:14:09 -0500 (EST) Date: Mon, 5 Dec 2005 04:14:09 -0500 From: Parv To: "Guillaume R." Message-ID: <20051205091409.GB65131@holestein.holy.cow> Mail-Followup-To: "Guillaume R." , obrien@freebsd.org, freebsd-questions@freebsd.org References: <20051204184826.D1077@ganymede.hub.org> <20051205030253.GC62285@dragon.NUXI.org> <7ab0fd580512042313k15a93166i@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ab0fd580512042313k15a93166i@mail.gmail.com> Cc: freebsd-questions@freebsd.org, obrien@freebsd.org Subject: Re: A stupid 64bit question ... but ... 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, 05 Dec 2005 09:14:16 -0000 in message <7ab0fd580512042313k15a93166i@mail.gmail.com>, wrote Guillaume R. thusly... > > 2005/12/5, David O'Brien : > > > > On Sun, Dec 04, 2005 at 06:50:55PM -0400, Marc G. Fournier wrote: > > > > > > I didn't realize that the newer Xeon's were 64bit ... now, > > > I've just built perl 5.8.7, and its reporting: > > > > > > # perl -v > > > This is perl, v5.8.7 built for i386-freebsd-64int ... > > Perl won't be reporting a 64-bit capable machine, when running a > > 32-bit OS. Look in /var/run/dmesg for 'AMD Features' to report > > 'LM' (long mode). > > So why there is a 64int? We can suppose that perl has seen that > Marc's proc is a 64 one no? I asked that cause I got a 64bits > (amd) which run on a 32 bits mode and I got oftenly such > "i386-freebsd-64amd" By chance any of you built the Perl w/ USE_64_BIT_INT option? See "perl -V". - Parv --