From: stwand07 AT uctvms DOT uct DOT ac DOT za Newsgroups: comp.os.msdos.djgpp Subject: Make and long filenames ? Date: 17 Sep 96 20:09:37 +0200 Organization: University of Cape Town Lines: 13 Message-ID: <1996Sep17.200937@uctvms.uct.ac.za> NNTP-Posting-Host: uctvms.uct.ac.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi I am trying to compile the LEDA C++ library using djgpp 2.0, but there are problems with the long filenames. 'make' doesn't seem to see source files with names longer than 8 characters, and fails to apply any rules to these files. It then moans that the object files needed cant be made (no rule to make xxxx). I am using make 3.73 under Win95, and have tried setting LFN=Y, but nothing seems to work. How can I get 'make' to recognise the long filenames ? Adios Mark Wodrich.