From: "Tim Van Holder" To: , "'Perl 5 Porters'" Subject: Re: Win2k + djgpp Date: Fri, 7 Sep 2001 20:47:44 +0200 Message-ID: <000101c137cd$948d5c00$907d76d5@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: <20010907105626.258A.H.M.BRAND@hccnet.nl> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 > Browsing through Makefile.SH, I noticed that at the end it removes > $firstmakefile, being "makefile" (no caps). Since Win2k is still case > insensitive it removes the created Makefile :( It's been a while since I configured Perl, but isn't $firstmakefile supposed to be GNUmakefile when using GNU make? > + Do I have to scan the Configure path (including the *.SH) > for possible case conflicts? That's always a good idea, but I thought Perl was already pretty good with respect to 8+3 compatibility, so there shouldn't be many such issues.