This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compile error on hello.c, need help


Dear gcc  programers:

  what may cuase wrong the following compile error on simple c program?

[root@localhost c_program]# cc hello.c
as: /lib/libc.so.6: version `GLIBC_2.2.3' not found (required by
/usr/lib/libbfd-2.11.92.0.12.so)
[root@localhost c_program]# cat hello.c
 
int main() {
        printf("hello world");
        return 0;
}

it can compile before, on mandrake8.0(which come with glibc 2.2.2)

sincere eric, fsshl@centurytel.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]