I get the following errors when I try to compile any app-- in Proj. Builder and c++.
/usr/bin/ld: table of contents for archive: /usr/lib/libstdc++.a is out of date; rerun ranlib(1) (can't load from it)
/usr/bin/ld: table of contents for archive: /usr/lib/gcc/darwin/2.95.2/libcc_dynamic.a is out of date; rerun ranlib(1) (can't load from it)
I recently did some fink installations and ran Norton Speed Disk. I assume either one of these two processes is the cause of my problem. I read the man pages for 'ld' and 'ranlib' but it's all Greek to me. ranlib's page did mention a bug where archives can be made out-of-date, but I'm not sure how to make archive in-date. I just want my compiler to work again!!
Anyone know the solution to my problem?