This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: File extensions for C++ source?
Daniel Jacobowitz <drow@mvista.com> writes:
| > I can access Windows partition (from Linux) on my machine and I can
| > telle you what the filenames I create look like. At the very least,
| > they are case-sensitive. And I'm not using an unusual method.
|
| I don't know the state of the art on NTFS, which Linux does not support
Hmm, I can read NTFS, but not write.
| well, but FAT32 only _appears_ to be case sensitive: it records the
| case of the filename, but any other case will refer to the same file.
OK, thanks. I stand corrected.
But, I don't see how that makes any difference for GCC testsuite.
-- Gaby