I'm having trouble when I try to build an application. My C++/C files compile, but when the linking stage starts, I get an error message I have never seen before. I figured I would remove the package with 'ld' in it and then make sure that I install a link loader that is compatible with g++ 4.4. When I look for the package containing 'ld', I cannot find it.
Does anyone know how to uninstall 'ld' and then reinstall? Also, how do I know if a given version of 'ld' is compatible with the current version of g++?
Thanks in advance.
Jim Anderson
Comment