sbt
September 13th, 2004, 09:43 PM
Hi
I have a huge project and I am trying to port it from pSos to new operating system called Integrity. While porting I am getting a very funny error. The Integrity C++ compiler complains about lot of multiple definitions.
When I tried to search and debug I found that when I am cimpiling a single .cpp file, another .cpp file is getting compiled automatically along with it. The second .cpp file is nowhere included in the first one. Does anybody have any idea why compiler tries to compile another .cpp file when we ask it to compile one in a project?????
Right now for time being I am getting rid of this problem by giving compiler optoin -multiple.
Please helppppppppppppppppppppp
Thanks in advance
I have a huge project and I am trying to port it from pSos to new operating system called Integrity. While porting I am getting a very funny error. The Integrity C++ compiler complains about lot of multiple definitions.
When I tried to search and debug I found that when I am cimpiling a single .cpp file, another .cpp file is getting compiled automatically along with it. The second .cpp file is nowhere included in the first one. Does anybody have any idea why compiler tries to compile another .cpp file when we ask it to compile one in a project?????
Right now for time being I am getting rid of this problem by giving compiler optoin -multiple.
Please helppppppppppppppppppppp
Thanks in advance