やっと玄箱のツールチェーン更新ができました。見たとおり、glibcとbinutilsが最新版であるけど、カーネルはまだ2.4.17のまま:
$ uname -a
Linux kuro-box 2.4.17_kuro-box #4 2004年 4月 16日 金曜日 11:45:05 JST ppc unknown unknown GNU/Linux
$ /lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.6.
Compiled on a Linux 2.4.17_mvl21 system on 2007-02-08.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
software FPU emulation by Richard Henderson, Jakub Jelinek and others
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
$ gcc --version
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ld --version
GNU ld version 2.17
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
ちなみに、gcc-4.1.1にアップしよと思ってたけど、まだgcc4の最適化が少し怪しいし、glibc-2.3.6もgcc4でコンパイルできないから、しばらく3.4.6のままでよいかと。
さてさて、続きはapacheとsvnですね・・・。
|