From: "Tim Van Holder" To: , "'Eli Zaretskii'" Cc: , "'Jarkko Hietaniemi'" Subject: Re: DJGPP & Windows 2000 weelky status report for 23-Sep-2001 Date: Tue, 25 Sep 2001 20:42:00 +0200 Message-ID: <000301c145f1$c3ff2e00$158ce0d5@pandora.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20010925104611.C5B8.H.M.BRAND@hccnet.nl> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal 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 > But that is what config.guess/config.sub return. I was > referring to uname. Is there any particular reason why Perl's configure needs to roll its own detection? I suspect config.guess and config.sub recognize more platforms than Perl currently does. That aside, what's preventing perl from using the first part of uname's output (I think's that's always 'MS-DOS')? Or, it could do some DJGPP-specific tests (for example, it could test for $DJGPP and $DJDIR/djgpp.env exisiting and being the same file).