I am trying to compile some software I found online. I am getting a bunch of these errors:
No rule to make target `/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stdarg.h', needed by `formCluster.o'. Stop.
In the Makefiles, there are certainly lines like this:
transform.o: /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stddef.h
The errors seem to go away if I simply remove those lines. Is this a reasonable thing to do (there are zillions of them, so I want to be sure this is the right thing to do before spending a lot of time removing them). I'm assuming it was something to do with old compilers that is not needed anymore?
Thanks,
Dave