Re: [gentoo-user] Help! How to fix my libc6.so?

2007-03-08 Thread Qiangning Hong
On 3/8/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: Have you been playing around with your CHOST and/or profile? Or possibly are you running a 32-bit kernel and trying to use a 64-bit userland? Broken libc = bad. I downgraded binutils in an emerge world -uD and the lower version of

[gentoo-user] Help! How to fix my libc6.so?

2007-03-07 Thread Qiangning Hong
After an failed emerge world, my compiler chain is broken. Even with the simplest C file test.c: int main() { return 0; } `gcc test.c` produces: /lib64/libc.so.6: file not recognized: File format not recognized collect2: ld returned 1 exit status Could anyone tell me how to fix it? I tried