|
-
September 13th, 2004, 09:43 PM
#1
-multiple compiler option
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|