From owner-freebsd-stable Tue Aug 15 3:23:11 2000 Delivered-To: freebsd-stable@freebsd.org Received: from plum.flirble.org (plum.flirble.org [195.40.6.20]) by hub.freebsd.org (Postfix) with ESMTP id F22E237B682 for ; Tue, 15 Aug 2000 03:23:07 -0700 (PDT) (envelope-from scot@plum.flirble.org) Received: from scot (helo=localhost) by plum.flirble.org with local-esmtp (Exim 3.12 #5) id 13Ods9-0000Kl-00 for freebsd-stable@freebsd.org; Tue, 15 Aug 2000 11:23:05 +0100 Date: Tue, 15 Aug 2000 11:23:05 +0100 (BST) From: scot@poptart.org X-Sender: scot@plum.flirble.org To: freebsd-stable@freebsd.org Subject: Perl / architecture Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I'm pretty sure someone's asked this before but a quick scan of the archives doesn't reveal much: Why is the architecture dependant part of @INC set to "mach" in the default perl (5.005_03) that ships with RELENG_3?.. (root@plum) /usr/ports/lang >/usr/bin/perl5 -e 'print join("\n", @INC);' /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 ... doesn't seem to make much sense. This seems to be set in src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 for some reason. A default compile of any perl version uses i386 which I'd have thought would be more appropriate?.. Thanks Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message