Hi, I tried to install gcc-4.1.2 on my machine.I'm using redhat6 with kernel 2.6.32-71.el6.x86_64. The gcc version in my os is 4.4.7. I followed the configuration and make command in Flexus-Getting-Started-4.0.0,but when I type make profiledbootstrap, I encountered the following problem: ./.libs/libgcj.so: undefined reference to `pthread_kill' ./.libs/libgcj.so: undefined reference to `pthread_sigmask' collect2: ld returned 1 exit status make[3]: *** [jv-convert] Error 1 make[3]: Leaving directory `/tmp/gcctestbuild/gcc-4.1.2/compile/objdir/i386-redhat-linux/libjava' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/gcctestbuild/gcc-4.1.2/compile/objdir/i386-redhat-linux/libjava' make[1]: *** [all-target-libjava] Error 2 make[1]: Leaving directory `/tmp/gcctestbuild/gcc-4.1.2/compile/objdir' make: *** [bootstrap] Error 2
I tried to search the problem in google, but couldn't find useful solution. Does anyone know how to solve the problem? If you know, please tell me. Best Regard & Thank you Fish
