public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successful build of gcc-3.3.3 on alpha-dec-osf4.0f
@ 2004-03-18 13:11 Arnold Vogelsang
  0 siblings, 0 replies; only message in thread
From: Arnold Vogelsang @ 2004-03-18 13:11 UTC (permalink / raw)
  To: gcc

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 <<

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-18 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-18 13:11 Successful build of gcc-3.3.3 on alpha-dec-osf4.0f Arnold Vogelsang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).