Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Content-return: allowed Date: Thu, 28 Jun 2001 11:52:55 +0200 From: erik DOT nim AT risoe DOT dk Subject: Filename case-sensitivity of make To: cygwin AT sourceware DOT cygnus DOT com Message-id: <7F6BCF6B9307D311980C0090273C746C020CBAF9@cssrv1> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 Dear Cygwin Developers A am jusing Cygwin make (in UNIX mode) on a WinNT platform. Until now I a have defined all rules explicitly like main.o: main.c gcc -c main.c which is case-insensitive regarding the source file. However, an implicit rule like %.o: %.c gcc -c $*.c seems to be case-sensitive. This gives problems when sharing source files between computers with WinNT and Win95, as Win95 sometimes changes the case of the filenames. Is there any particular reason for this strange behaviour? Kind regards Erik Nim Risoe National Laboratory VEA-762, PO Box 49 DK-4000 Roskilde, Denmark Fax: +46 77 50 83 E-mail: erik DOT nim AT risoe DOT dk Internet: www.risoe.dk/vea -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/