Ticket #1089: system info.txt

File system info.txt, 2.7 KB (added by rgsteele@…, 18 years ago)

output of uname -a, ls -l /lib/libc[.-]*, etc.

Line 
1ryan@snowflake:~$ uname -a
2Linux snowflake 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 GNU/Linux
3ryan@snowflake:~$ ls -l /lib/libc[.-]*
4-rwxr-xr-x 1 root root 1436976 2008-04-04 16:11 /lib/libc-2.7.so
5lrwxrwxrwx 1 root root 11 2008-05-15 21:59 /lib/libc.so.6 -> libc-2.7.so
6ryan@snowflake:~$ gcc -v
7Using built-in specs.
8Target: x86_64-linux-gnu
9Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
10Thread model: posix
11gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
12ryan@snowflake:~$ ld -v
13GNU ld (GNU Binutils for Ubuntu) 2.18.0.20080103
14ryan@snowflake:~$ as --version
15GNU assembler (GNU Binutils for Ubuntu) 2.18.0.20080103
16Copyright 2007 Free Software Foundation, Inc.
17This program is free software; you may redistribute it under the terms of
18the GNU General Public License version 3 or later.
19This program has absolutely no warranty.
20This assembler was configured for a target of `x86_64-linux-gnu'.
21ryan@snowflake:~$ cat /proc/cpuinfo
22processor : 0
23vendor_id : GenuineIntel
24cpu family : 6
25model : 23
26model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
27stepping : 6
28cpu MHz : 1998.000
29cache size : 6144 KB
30physical id : 0
31siblings : 2
32core id : 0
33cpu cores : 2
34fpu : yes
35fpu_exception : yes
36cpuid level : 10
37wp : yes
38flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
39bogomips : 6014.85
40clflush size : 64
41cache_alignment : 64
42address sizes : 36 bits physical, 48 bits virtual
43power management:
44
45processor : 1
46vendor_id : GenuineIntel
47cpu family : 6
48model : 23
49model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
50stepping : 6
51cpu MHz : 1998.000
52cache size : 6144 KB
53physical id : 0
54siblings : 2
55core id : 1
56cpu cores : 2
57fpu : yes
58fpu_exception : yes
59cpuid level : 10
60wp : yes
61flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
62bogomips : 5669.90
63clflush size : 64
64cache_alignment : 64
65address sizes : 36 bits physical, 48 bits virtual
66power management:
67
68ryan@snowflake:~$
69
70