View previous topic :: View next topic |
Author |
Message |
misago n00b
Joined: 25 Apr 2005 Posts: 2 Location: korea
|
Posted: Mon Jan 16, 2006 9:40 am Post subject: Compaq C/C++ compiler's performance |
|
|
ashuaria in alphacore forum, made patch for Compaq c/c++ compiler for environment under GCC 3.x GLIBC 2.3.x.
http://alphacore.info/forum/viewtopic.php?t=4&postdays=0&postorder=asc&start=0
Compile option for test
CC="ccc" CXX="cxx"
CFLAGS="-O5 -fast -inline speed -migrate -unroll 1 -w -mtune=ev56 -pipe -std"
CXXFLAGS="-O5 -fast -inline speed -mtune=ev56 -pipe -std ansi -nousing_std"
Test System...............cpu name.........cpu clock......mem...........memclock......memory bandwidth
DEC Alpha 164LX........Alpha EV56.......533Mhz........1024MB........SDR100........64bit * 100Mhz * 2channel = 1.6GB/sec
Compaq XP1000..........Alpha EV6........500Mhz........1024MB........SDR83..........64bit * 83Mhz * 4channel = 2.6GB/sec
Hand made*................Dual Opteron..2600Mhz........2048MB........DDR400........64bit * 400Mhz * 2channel = 6.4GB/sec
* Opteron 165(OC 2600Mhz)
Stress-Test Apache With ab
Test Method........program............execute....config.........Compiler........execute option.........................Test Architecture..........Test type
Server...............Apache httpd......httpd........default........gcc 3.4.3........N/A..............................................x86_64 and Alpha........All
Server...............Apache httpd......httpd........default........ccc 6.5.9.........N/A.............................................Only on alpha..............All
Client.................ab.......................ab..............N/A............gcc 3.4.3.........-n 10000 -c 10 127.0.0.1/.........x86_64 and Alpha........Concurrency 10
Client.................ab.......................ab..............N/A............ccc 6.5.9.........-n 10000 -c 10 127.0.0.1/.........Only on alpha..............Concurrency 10
Client.................ab.......................ab..............N/A............gcc 3.4.3.........-n 10000 -c 100 127.0.0.1/........x86_64 and Alpha.......Concurrency 100
Client.................ab.......................ab..............N/A............ccc 6.5.9.........-n 10000 -c 100 127.0.0.1/........Only on alpha.............Concurrency 100
Client.................ab.......................ab..............N/A............gcc 3.4.3.........-n 10000 -c 1000 127.0.0.1/......x86_64 and Alpha.......Concurrency 1000
Client.................ab.......................ab..............N/A............ccc 6.5.9.........-n 10000 -c 1000 127.0.0.1/......Only on alpha.............Concurrency 1000
Request per second
concurrency....cpu name.......cpu clock....core #..........effective clock......Request per seconds(req/sec)........Request per clock........Compiler
10..................Alpha EV56......533Mhz.......1..................533.....................285.27............................................0.54.............................GCC 3.4.3
10..................Alpha EV56......533Mhz.......1..................533.....................601.58............................................1.13.............................CCC 6.5.9.001-6
10..................Alpha EV6........500Mhz.......1..................500.....................460.57............................................0.92.............................GCC 3.4.3
10..................Alpha EV6........500Mhz.......1..................500...................1039.83............................................2.08.............................CCC 6.5.9.001-6
10..................Dual Opteron.2600Mhz.......2................5200...................4016.04...........................................0.77.............................GCC 3.4.3
100................Alpha EV56......533Mhz........1.................533......................269.42...........................................0.51.............................GCC 3.4.3
100................Alpha EV56......533Mhz........1.................533......................538.81...........................................1.01.............................CCC 6.5.9.001-6
100................Alpha EV6........500Mhz........1.................500......................435.66...........................................0.87.............................GCC 3.4.3
100................Alpha EV6........500Mhz........1.................500......................985.80...........................................1.97.............................CCC 6.5.9.001-6
100................Dual Opteron.2600Mhz.......2................5200....................4105.30...........................................0.79............................GCC 3.4.3
1000..............Alpha EV56.......533Mhz.......1.................533......................221.47...........................................0.42............................GCC 3.4.3
1000..............Alpha EV56.......533Mhz.......1.................533......................471.13...........................................0.88............................CCC 6.5.9.001-6
1000..............Alpha EV6.........500Mhz.......1.................500......................387.12...........................................0.77............................GCC 3.4.3
1000..............Alpha EV6.........500Mhz.......1.................500......................819.89...........................................1.64............................CCC 6.5.9.001-6
1000..............Dual Opteron.2600Mhz........2................5200..... .............2805.90...........................................0.54............................GCC 3.4.3
Transfer rate
concurrency........cpu name.........cpu clock.........core #.......effective clock.......Transfer rate(KB/sec)........Transfer per clock........Compiler
10......................Alpha EV56.......533Mhz...........1...............533......................1150.28............................2.16............................GCC 3.4.3
10......................Alpha EV56.......533Mhz...........1...............533......................2666.62............................5.00............................CCC 6.5.9.001-6
10......................Alpha EV6.........500Mhz...........1...............500......................2001.06............................4.00............................GCC 3.4.3
10......................Alpha EV6.........500Mhz...........1...............500......................4609.16............................9.22............................CCC 6.5.9.001-6
10......................Dual Opteron...2600Mhz...........2.............5200....................17450.00............................3.36............................GCC 3.4.3
100....................Alpha EV56........533Mhz...........1...............533......................1088.39............................2.04............................GCC 3.4.3
100....................Alpha EV56........533Mhz...........1...............533......................2401.05............................4.50............................CCC 6.5.9.001-6
100....................Alpha EV6..........500Mhz...........1...............500......................1902.81............................3.81............................GCC 3.4.3
100....................Alpha EV6..........500Mhz...........1...............500......................4389.39............................8.78............................CCC 6.5.9.001-6
100....................Dual Opteron....2600Mhz...........2.............5200.....................17863.00............................3.44............................GCC 3.4.3
1000..................Alpha EV56.........533Mhz...........1...............533........................909.26............................1.71............................GCC 3.4.3
1000..................Alpha EV56.........533Mhz...........1...............533.......................2111.56...........................3.96............................CCC 6.5.9.001-6
1000..................Alpha EV6...........500Mhz...........1...............500.......................1705.60...........................3.41............................GCC 3.4.3
1000..................Alpha EV6...........500Mhz...........1...............500.......................3680.00...........................7.36............................CCC 6.5.9.001-6
1000..................Dual Opteron.....2600Mhz...........2.............5200......................12213.80..........................2.35............................GCC 3.4.3
Result
1. CCC's bineries are two times faster than GCC's.
2. Efficiency per clock of CCC is larger than GCC. Maximum 3 times.
3. Performance drop of CCC at Heavy stress is smaller than GCC.
He will upload patch somewhere.
I hope somebody port it for gentoo. _________________ Somebody's limitations of human faculty is determined by themselves.
But, all Human always can over his limitation. |
|
Back to top |
|
|
Kloeri Retired Dev
Joined: 02 Sep 2002 Posts: 144
|
Posted: Tue Jan 17, 2006 10:44 am Post subject: |
|
|
This question pops up frequently. Unfortunately we've decided not to support compaq tools for a number of reasons.
1. It's not actively supported upstream making it impossible to get toolchain related bugs fixed.
2. While the tarballs is readily available for download I haven't heard anybody succesfully acquiring a license key from HP the last 6+ months.
3. A large part of the portage tree doesn't build with compaq toolchain anymore and we're not enough developers to fix those bugs, much less do any continued QA work with anything but the GNU toolchain.
That said the ebuilds are still in portage (dev-lang/ccc, dev-lang/cxx etc.) but are keyworded ~alpha. We don't have any plans of package.masking or removing the ebuilds unless we start getting many bugs related to compaq tools so it should be available for brave users for some time to come. |
|
Back to top |
|
|
DiskMan84 n00b
Joined: 04 Feb 2006 Posts: 3 Location: Kansas City, Mo.
|
Posted: Sat Feb 04, 2006 5:17 am Post subject: Actually you can build a LOT with Compaq C and GLIBC-2.3.2 |
|
|
With a patched install of GLIBC-2.3.2 I've managed to build the files below without any issue... they run like a top and my box is stable as a rock. This isn't a complete list mind you, there are some things I've yet to roll in to rpms [Samba-3.0.20b, Perl-5.8.7, Python,Xfce-4.2.3.2,etc.]
Let me give you a tip, there are two CFLAGS that are your friend... thats:
-ansi_alias [works with both CFLAGS and CXXFLAGS]
and
-std ansi [works only with CFLAGS]
Using either one of those commands will make Compaq somewhat less anal retentive. Here's a partial list of the files that I've managed to build using Compaq C. Now keep in mind, programs compiled with Compaq C link to libots.so [while GCC links to libgcc.so]
.../com/xchat-modules/xchat-systray-integration-2.4.0-1.ccc.ev56.rpm
.../com/xchat/xchat-perl-2.4.3-0.ccc.ev56.rpm
.../com/xchat/xchat-perl-2.4.4-0.ccc.ev56.rpm
.../com/xchat/xchat-perl-2.6.0-1.ccc.ev56.rpm
.../com/xchat/xchat-python-2.4.3-0.ccc.ev56.rpm
.../com/xchat/xchat-python-2.4.4-0.ccc.ev56.rpm
.../com/xchat/xchat-python-2.6.0-1.ccc.ev56.rpm
.../com/xchat/xchat-2.4.3-0.ccc.ev56.rpm
.../com/xchat/xchat-2.4.4-0.ccc.ev56.rpm
.../com/xchat/xchat-2.6.0-1.ccc.ev56.rpm
.../com/xchat/xchat-tcl-2.4.3-0.ccc.ev56.rpm
.../com/xchat/xchat-tcl-2.4.4-0.ccc.ev56.rpm
.../com/xchat/xchat-tcl-2.6.0-1.ccc.ev56.rpm
.../com/mudmagic-1.6-1.ccc.ev56.rpm
.../database/postgresql/postgresql-libs-8.0.3-1.ccc.ev56.rpm
.../database/postgresql/postgresql-pl-8.0.3-1.ccc.ev56.rpm
.../database/postgresql/postgresql-server-8.0.3-1.ccc.ev56.rpm
.../database/postgresql/postgresql-8.0.3-1.ccc.ev56.rpm
.../database/postgresql/postgresql-devel-8.0.3-1.ccc.ev56.rpm
.../gaming/quake-unix/server-monitor/qstat-2.7-1.ccc.ev56.rpm
.../gaming/quake-unix/server-monitor/GeoIP-1.2.1-1.ccc.ev56.rpm
.../gaming/quake-unix/server-monitor/xqf-1.0.3-1.ccc.ev56.rpm
.../html/mozilla/plugins/swfdec-mozilla-0.3.4-gst.2.ccc.alpha.rpm
.../html/mozilla/plugins/swfdec-0.3.4-gst.2.ccc.alpha.rpm
.../html/mozilla/plugins/swfdec-devel-0.3.4-gst.2.ccc.alpha.rpm
.../html/bluefish-1.0-1.ccc.ev56.rpm
.../multimedia/lame-3.96.1-1.ccc.pca56.rpm
.../multimedia/lame-devel-3.96.1-1.ccc.pca56.rpm
.../multimedia/ffmpeg-devel-0.4.8-1.ccc.pca56.rpm
.../multimedia/xvidcore-4.1.1.0-1.ccc.pca56.rpm
.../multimedia/ffmpeg-0.4.8-1.ccc.pca56.rpm
.../multimedia/mpg321-0.2.10-1.ccc.pca56.rpm
.../multimedia/libogg-1.1.2-0.xiph.1.ccc.pca56.rpm
.../multimedia/libogg-devel-1.1.2-0.xiph.1.ccc.pca56.rpm
.../multimedia/libvorbis-1.1.0-0.xiph.1.ccc.pca56.rpm
.../multimedia/libvorbis-devel-1.1.0-0.xiph.1.ccc.pca56.rpm
.../programming/php-4x/php-4.3.5-1.ccc.ev56.rpm
.../programming/php-4x/php-apache-mod-4.3.5-1.ccc.ev56.rpm
.../programming/tk-tcl/tcl-8.4.8-1.ccc.ev56.rpm
.../programming/tk-tcl/tk-8.4.9-1.ccc.ev56.rpm
.../programming/python/python-2.4.1-1.ccc.ev56.rpm
.../programming/python/python-devel-2.4.1-1.ccc.ev56.rpm
.../programming/compile-tools/make-3.80-6.ccc.ev56.rpm
.../programming/compile-tools/m4-1.4.3-1.ccc.ev56.rpm
.../programming/compile-tools/libtool-1.5.10-1.ccc.ev56.rpm
.../programming/compile-tools/automake-1.4-8.3.ccc.ev56.rpm
.../programming/compile-tools/autoconf-2.59-1.ccc.ev56.rpm
.../programming/compile-tools/bison-1.75-1.ccc.ev56.rpm
.../programming/compile-tools/libtool-1.5.14-1.ccc.ev56.rpm
.../programming/compile-tools/autoconf-2.59-5.ccc.ev56.rpm
.../programming/compile-tools/autoconf-2.13-1.ccc.ev56.rpm
.../programming/compile-tools/make-3.80-102.ccc.ev56.rpm
.../programming/compile-tools/gettext-0.11.5-1.ccc.ev56.rpm
.../programming/compile-tools/gettext-devel-0.11.5-1.ccc.ev56.rpm
.../programming/compile-tools/bison-2.0-1.ccc.ev56.rpm
.../programming/compile-tools/wrapld-1.1.6-2.ccc.ev56.rpm
.../programming/compilers/binutils/binutils-2.15.94.0.2-1.ccc.ev56.rpm
.../programming/compilers/binutils/binutils-2.16.90.0.3-1.ccc.ev56.rpm
.../programming/ddd-3.3.11-1.ccc.ev56.rpm
.../programming/ccache-2.3-1.ccc.ev56.rpm
.../programming/splint-3.1.1-1.ccc.ev56.rpm
.../scientific/wmseti-1.0.3-1.ccc.ev56.rpm
.../servers/apache/httpd-2.0.54-1.ccc.ev56.rpm
.../servers/apache/httpd-manual-2.0.53-1.ccc.ev56.rpm
.../servers/apache/httpd-2.0.53-1.ccc.ev56.rpm
.../servers/apache/httpd-devel-2.0.53-1.ccc.ev56.rpm
.../servers/apache/httpd-devel-2.0.54-1.ccc.ev56.rpm
.../servers/apache/httpd-manual-2.0.54-1.ccc.ev56.rpm
.../servers/openssh/openssh-3.8p1-1.ccc.ev56.rpm
.../servers/openssh/openssh-clients-3.8p1-1.ccc.ev56.rpm
.../servers/openssh/openssh-server-3.8p1-1.ccc.ev56.rpm
.../servers/openssh/openssh-clients-4.1p1-1.ccc.ev56.rpm
.../servers/openssh/openssh-server-4.1p1-1.ccc.ev56.rpm
.../servers/openssh/openssh-4.1p1-1.ccc.ev56.rpm
.../servers/squid/squid-2.5.STABLE6-1.ccc.ev56.rpm
.../servers/mnogosearch/mnogosearch-3.2.33-1.ccc.ev56.rpm
.../servers/pure-ftpd/gui/pureadmin-0.2.2-1.ccc.pca56.rpm
.../servers/pure-ftpd/pure-ftpd-1.0.20-1-standalone.ccc.ev56.rpm
.../servers/irc/ircd/ircu-2.10.7-cvs.ccc.ev56.rpm
.../servers/irc/ircd/bahamut-1.8.3-1.ccc.ev56.rpm
.../servers/irc/ircd/bahamut-chatw_mod.1.8-1.ccc.ev56.rpm
.../servers/irc/eggdrop/eggdrop-mysql-mod-1.6.17-1.ccc.ev56.rpm
.../servers/irc/eggdrop/eggdrop-1.6.17-1.ccc.ev56.rpm
.../servers/irc/eggdrop/eggdrop-botnet-mod-1.6.17-1.ccc.ev56.rpm
.../servers/qpopper-email/qpopper-4.0.5-1.ccc.ev56.rpm
.../servers/fetchmail-6.2.5-1.ccc.rh72.rpm
.../servers/xinetd-2.3.13-4.ccc.ev56.rpm
.../utilities/whois/whois-4.7.0-1.ccc.ev56.rpm
.../utilities/lsof-4.74-1.ccc.ev56.rpm
.../utilities/ramdefrag/ramdefrag-0.3.1-1.ccc.ev56.rpm
.../utilities/slocate-2.7-4.ccc.ev56.rpm
.../utilities/pdksh-5.2.14-1.ccc.ev56.rpm
.../utilities/bash-3.0-30.ccc.ev56.rpm
.../utilities/dns_updaters/inadyn-1.96-1.ccc.ev56.rpm
.../utilities/bash-2.05-8.ccc.ev56.rpm
.../utilities/bash-doc-2.05-8.ccc.ev56.rpm
.../utilities/rdesktop-1.4.1-1.ccc.ev56.rpm
.../utilities/pdksh-5.2.14-1-static.ccc.ev56.rpm
.../utilities/coreutils-5.2.1-5.ccc.ev56.rpm
.../utilities/e2fsprogs-1-35.ccc.ev56.rpm
.../utilities/curl-7.15.1-1.ccc.ev56.rpm
.../utilities/curl-devel-7.15.1-1.ccc.ev56.rpm
.../utilities/e2fsprogs-libs-1-35.ccc.ev56.rpm
.../utilities/vixie-cron-4.1-1.ccc.ev56.rpm
.../viewers/xpdf-3.00-17.ccc.ev56.rpm
.../security/portsentry-1.2-1.ccc.ev56.rpm
.../security/logcheck-1.1.1-1.ccc.ev56.rpm
.../image_tools/libwmf-0.1.17-1.ccc.ev56.rpm
.../image_tools/libwmf-devel-0.1.17-1.ccc.ev56.rpm
.../image_tools/imlib-devel-1.9.14-0.1.ccc.ev56.rpm
.../image_tools/imlib-1.9.14-0.1.ccc.ev56.rpm
.../image_tools/imlib-cfgeditor-1.9.14-0.1.ccc.ev56.rpm
.../compression/zlib-static-1.2.1-1.ccc.ev56.rpm
.../compression/zlib-shared-1.2.1-1.ccc.ev56.rpm
.../compression/bzip2-1.0.2-1.ccc.ev56.rpm
.../compression/bzip2-devel-1.0.2-1.ccc.ev56.rpm
.../compression/zlib-shared-1.2.2-1.ccc.ev56.rpm
.../compression/tar-1.15-1.ccc.ev56.rpm
.../compression/par-1.1-1.ccc.ev56.rpm
.../website_related/gallery/netpbm-gallery/netpbm-10.18-17.ccc.ev56.rpm
.../website_related/gallery/netpbm-gallery/netpbm-devel-10.18-17.ccc.ev56.rpm
.../website_related/webalizer-2.01-10.ccc.ev56.rpm
.../x/x11-addons/xloadimage-4.1-3.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-base-4.23-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-passkeys-base-4.23-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-base-4.21-1.ccc.pca56.rpm
.../x/x11-addons/xfs-4.2.1-12.ccc.pca56.rpm
.../x/x11-addons/xlockmore-5-13.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-gl-extras-4.23-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-extras-4.21-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-gl-extras-4.21-1.ccc.pca56.rpm
.../x/x11-addons/svgalib-1.9.19-2.ccc.pca56.rpm
.../x/x11-addons/svgalib-devel-1.9.19-2.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-extras-4.23-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-passkeys-extras-4.23-1.ccc.pca56.rpm
.../x/x11-addons/xscreensaver-passkeys-gl-extras-4.23-1.ccc.pca56.rpm
.../nonsense/rss-glx-0.8.0-1.ccc.pca56.rpm
.../nonsense/electricsheep-2.6.2-1.ccc.pca56.rpm
.../nonsense/electricsheep-2.6.3-1.ccc.pca56.rpm
.../nonsense/xfishtank-2.1tp-1.ccc.pca56.rpm
.../nonsense/xmountains-2.7-1.ccc.ev56.rpm
.../nonsense/electricsheep-2.6.4-1.ccc.pca56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfce4mcs-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfce4mcs-devel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfce4util-4.2.3.1-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfce4util-devel-4.2.3.1-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfcegui4-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/libxfcegui4-devel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfcalendar-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce-mcs-manager-devel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce-mcs-plugins-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce-utils-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-iconbox-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-mixer-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfprint-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-panel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-session-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-session-devel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-session-engines-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-systray-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-toys-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-trigger-launcher-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce-mcs-manager-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfdesktop-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfwm4-4.2.3.1-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/dbh-1.0.24-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/gtk-xfce-engine-2.2.8-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-appfinder-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/xfce-4.2.3.1/rpm/xfce4-panel-devel-4.2.3-1.ccc.ev56.rpm
.../desktop/xfce-4/ROX/rox-2.1.1-1.ccc.ev56.rpm
.../desktop/xfce-4/ROX/rox-2.2.0-1.ccc.ev56.rpm
.../desktop/xfce-4/ROX/shared-mime-info-0.16-2.ccc.ev56.rpm
.../desktop/xfce-4/ROX/rox-2.3.0-1.ccc.ev56.rpm
.../desktop/xfce-4/ROX/shared-mime-info-0.15-1.ccc.ev56.rpm
.../desktop/xfce-4/ROX/rox-2.4.1-1.ccc.ev56.rpm
.../desktop/supplimentals/utilities/gkrellm/gkrellm-2.2.7-1.ccc.ev56.rpm
.../modeling/povray-3.6.1-1.ccc.pca56.rpm _________________ AlphaPC 164SX
512mb RAM
ATI Radeon 7500 w/64mb
Redhat 7.2 [Alpha]
Kernel-2.6.13.1
Xfree86-4.5
GLIBC-2.3.2
KDE-3.5.1/Xfce-4.2.3.2/Gnome-2.8.2/Fluxbox |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|