From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Strange reserved word in GCC? Date: Wed, 01 Jan 1997 22:14:46 GMT Organization: Southwest Missouri State University Lines: 12 Message-ID: <32cadfb0.9245189@ursa.smsu.edu> NNTP-Posting-Host: forseti.i31.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I had named one of my C++ source files "player.cc" under RHIDE. When I hit ALT-F9 to compile, GCC complained that there was no such file as "player.cc" as long as that file was listed in my project. When I removed the name from my project list, GCC compiled it just fine. When I added it back into my project list, GCC again claimed the file didn't exist. When I renamed the file to "players.cc" (in the project list on on the hard drive), GCC compiled and linked without warnings or errors. Is "player.cc" a reserved name with GCC? If not, any ideas why "player.cc" wasn't allowed?