From mboxrd@z Thu Jan 1 00:00:00 1970 From: spyffe@mail.goo.ne.jp To: gcc@gcc.gnu.org Subject: SUCCESS alpha-ev56 gcc-3.2 Date: Thu, 15 Aug 2002 21:11:00 -0000 Message-id: <20020816041139.81371.qmail@mail.goo.ne.jp> X-SW-Source: 2002-08/msg00951.html I have with no problems built gcc-3.2 on the Alpha EV56 architecture. Please find detailed information below: < Output of config.guess >-------------------------- alphaev56-unknown-linux-gnu < Output of gcc-3.2 -v >---------------------------- Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.2/specs Configured with: ../gcc-3.2/configure --prefix=/usr/local --program-suffix=-3.2 --enable-shared --enable-threads --enable-languages=c,c++,objc Thread model: posix gcc version 3.2 < Enabled languages >------------------------------- C, C++, Objective-C < Output of cat /etc/issue >------------------------ Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.3-12 on an alpha < Output of uname -a >------------------------------ Linux xxx.xxx.xxx 2.4.3-12 #1 Fri Aug 15 00:06:52 xxxT 2002 alpha unknown (I erased all personal information) < Output of rpm -q glibc >-------------------------- gcc-2.2.3-11 < Host compiler >----------------------------------- gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-87) < Compilation method >------------------------------ tar xzvf gcc-3.2.tar.gz mkdir build-gcc cd build-gcc ../gcc-3.2/configure (options same as above) make bootstrap su make install Thank you to the GCC 3.2 developers!