From: Ivo Janssen Newsgroups: comp.os.msdos.djgpp Subject: Long filename support? Date: Thu, 10 Jul 1997 14:03:53 +0200 Organization: TNO-FEL Lines: 26 Message-ID: <33C4CFA9.7D3C@ricardis.tudelft.nl> NNTP-Posting-Host: dewey.fel.tno.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I have a little C-program which tries to include very_long_name.h by means of #include Then gcc says: very_long_name.h: No such file or directory (ENOENT) So I change the filename in the .c-file in #include and _don't_ change the filename on disk, and everything compiles wonderfully.... So far for LFN support under DJGPP ????? Because I'm trying to port 3megs on source-file to DOS, I won't change every single filename in every single .c-file !!! Any help? O yeah, I'm running win95 on a 486-DX2-66, running gcc in a DOS-BOX. DJGPP v2.01. More info needed? Thanks in advance, Ivo Janssen