Successful build of gcc-3.3.3 on alpha-dec-osf4.0f
Arnold Vogelsang
vogelsang@interactive-instruments.de
Thu Mar 18 13:11:00 GMT 2004
Regards,
Arnold
Successful bootstrap build of gcc-3.3.3. Some tweaks were necessary.
Output from config.guess:
alpha-dec-osf4.0f
Output from gcc -v:
Reading specs from
/usr/user2/temp/gnu/gcc-3.3.3/bin/../lib/gcc-lib/alpha-dec-osf4.0f/3.3.3
/specs
Configured with: /temp/gcc-3.3.3/configure --prefix=/usr/local/gcc-3.3.3
--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=/usr/local/libiconv-1.8
Thread model: posix
gcc version 3.3.3
Bootstrap build was started using gcc (version 2.95.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.2):
$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.2,
about 2 hours cpu time):
$srcdir/libjava/verify.cc
--
Arnold Vogelsang <vogelsang@interactive-instruments.de>
Die wiedergegebenen Meinungen vertreten nicht die Position meines
Arbeitgebers.
>> audiatur et altera pars <<
More information about the Gcc
mailing list