RE: gcc can not distinguish the same file or same class with the different module or library

2007-08-20 Thread Dave Korn
On 20 August 2007 10:16, summer xia wrote: > Hello all. > > I am porting a application from Windows into Linux. This list is about internal development of the gcc compiler itself. For help about the use of the compiler and programming, please use the gcc-help list. (I have set the follow-up

gcc can not distinguish the same file or same class with the different module or library

2007-08-20 Thread summer xia
Hello all. I am porting a application from Windows into Linux. The application has many modules that wrote by different persons. There are some files or classes named the same name with different implement. Such as the library A has the class CSky, the libary B has the class CSky too. But these cl