Can anyone figure out why the following program will not link.
assignment3.tar
It is fairly large directory of a kdevelop project the source is in the src directory along with makefile.
I am simply getting error exit status 2 on linking.
Printable View
Can anyone figure out why the following program will not link.
assignment3.tar
It is fairly large directory of a kdevelop project the source is in the src directory along with makefile.
I am simply getting error exit status 2 on linking.
Good grief man, what have you put in there - its 4MB in size
Edit
No idea, I just did
g++ *.cpp
in the src directory and it compiled just fine, except for one warning
grade.cpp:106:3: warning: no newline at end of file
I'd say your makefiles are broken - try recreating them.
Well thanks that sounds like the problem. There is a lot of overhead with kdevelop, the idea is to make each program able to distribute.
I really do appreciate you taking a look. I was at school/work and my setup is newly installed so I may be having some issues with some of the tools like automake. Now it's the weekend and for fun I am going to do homework and code some more. :confused:
I'm sure there is a clean option which could have gotten rid of the cache, object files and backup files.