Date: Mon, 24 Sep 2001 19:33:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "H.Merijn Brand" cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP & Windows 2000 weelky status report for 23-Sep-2001 In-Reply-To: <20010924175442.C5B2.H.M.BRAND@hccnet.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 24 Sep 2001, H.Merijn Brand wrote: > $ uname -a > MS-DOS LT02 5 50 i686 > $ which uname > /dev/c/util/djgpp/bin/uname.exe > $ ls -al `which uname` > -rwxr-xr-x 1 lt02 root 140766 Sep 3 22:24 /dev/c/util/djgpp/bin/uname.exe > $ > > I ask because perls config expects the last element to start with 'pc' for > djgpp environments. I'm guessing that your uname.exe was built with the CVS library. The function `uname' in the CVS is much more smart about the CPU type, so it reports i686 instead of the mere pc that was reported with djdev203. The Perl config scripts should be updated to know about this change.