How do I repair a broken g++? When I try to compile even a simple "hello world" program with g++, I get the following:
/lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__xstat64' /lib/ld-linux.so.2(.text+0xc810): first defined here /lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__fxstat64' /lib/ld-linux.so.2(.text+0xc9b0): first defined here Also, trying a ./configure on the abiword package, the configure utility reports that g++ doesn't work (just as a confirmation). I tried removing and re-installing g++ and binutils, but get the same problem. Have I clobbered some library? It appears that if I try to remove and re-install libc6, I'll kill my whole system. Any suggestions? (Note, I have done Woody installs on a number of other systems with no problem like this, but I've installed some newer utilites on this one). __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

