2012-05-02 138 views
2

在編譯glibc 2.11時,出現以下錯誤。任何想法如何解決這個問題。glibc編譯不正確

In file included from ../sysdeps/unix/sysv/linux/syslog.c:10: 
../misc/syslog.c: In function ‘__vsyslog_chk’: 
../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to ‘syslog’: function body not available 
../misc/syslog.c:155: sorry, unimplemented: called from here 
make[2]: *** [/home/alice/Desktop/glib-build/misc/syslog.o] Error 1 
make[2]: Leaving directory `/home/alice/Desktop/glibc-2.11/misc' 
make[1]: *** [misc/subdir_lib] Error 2 
make[1]: Leaving directory `/home/alice/Desktop/glibc-2.11' 
make: *** [all] Error 2 
+0

你爲什麼要編譯glibc?它是一個非常重要的軟件,編譯它需要很多專業知識!安裝更新的發行版(可能在chroot-ed環境中)可能更簡單。 –

回答