This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful build of gcc-3.3.1 on alpha-dec-osf4.0f
- From: "Arnold Vogelsang" <vogelsang at interactive-instruments dot de>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 30 Sep 2003 15:34:06 +0200
- Subject: Successful build of gcc-3.3.1 on alpha-dec-osf4.0f
Greetings,
Arnold
Successful bootstrap build of gcc-3.3.1. Some tweaks were necessary.
Output from config.guess:
alpha-dec-osf4.0f
Output from gcc -v:
Reading specs from
/usr/local/gcc-3.3.1/lib/gcc-lib/alpha-dec-osf4.0f/3.3.1/specs
Configured with: /temp/gcc-3.3.1/configure --prefix=/usr/local/gcc-3.3.1
--enable-version-specific-runtime-libs --enable-threads=posix
--enable-shared --enable-languages=c,c++,f77,objc,java,ada
--enable-libgcj --with-gc=simple --enable-nls
--enable-interpreter --with-libiconv-prefix=/usr/local/libiconv-1.8
Thread model: posix
gcc version 3.3.1
Bootstrap build was started using gcc (version 3.3) and GNU make
(version 3.79.1)
Two files were modified in order to compile the java stuff without
errors (same as with gcc-3.3):
$srcdir/libjava/include/posix.h
after line 65 inserted a line containing the declaration of usleep
(copied from unistd.h):
extern void usleep __((unsigned int));
$srcdir/libjava/include/posix-threads.h:
changed in line 251: #include <asm/pal.h> to #include <machine/pal.h>
there is no asm directory present; there is an asm.h file instead
that inlcudes machine/pal.h
The following file took a very long time to compile during bootstrap
(same as with gcc-3.3):
$srcdir/libjava/verify.cc
The compilation of that file took more than a day [OK, the machine was
assembled somewhere
in the early stone ages as far as I can tell ;-) ].
--
Arnold Vogelsang <vogelsang@interactive-instruments.de>
interactive instruments - Trierer Str. 70-72 - D-53115 Bonn
Tel.: +49 (0)228 91410 79 Fax: +49 (0)228 91410 90