Path: chuka.playstation.co.uk!news From: "pal" > Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Long file names in #include's Date: 12 Oct 1999 09:48:56 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 17 Message-ID: <01bf1496$7d346960$df9624c3@pal-s-omnibook> NNTP-Posting-Host: Aubervilliers-1-223.club-internet.fr X-Newsreader: Microsoft Internet News 4.70.1155 It seems that long file names are not supported by gcc for NY. Ie when I write : #include "longfilename.h" a "file not found" error is produced; but the following works: #include "longfi~1.h". Until now I managed to stick with short file names, but I simply cannot anymore [many files are automatically produced and need pretty explicit names]. Has anyone any fix or hint? I noticed that there's no such problem with gcc for PC. I'm thinking about digging into the source code for both versions to see what I could do, but I'm not experienced in that kind of thing... pal