public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bert Deknuydt <Bert.Deknuydt@esat.kuleuven.ac.be>
To: gcc@gcc.gnu.org
Subject: Successful build on Tru64 4.0g (C, C++, Fortran, Java)
Date: Mon, 29 Jul 2002 18:46:00 -0000	[thread overview]
Message-ID: <15685.25555.322746.519311@gargle.gargle.HOWL> (raw)


Successful, but after some tweeks ... See below.

Greetings, 

Bert.

*) alpha-dec-osf4.0g

*) Reading specs from /freeware/gcc/alpha/lib/gcc-lib/alpha-dec-osf4.0g/3.1.1/specs
   Configured with: /freeware/gcc/gcc/gcc-3.1.1/configure --prefix=/freeware/gcc --exec-prefix=/freeware/gcc/alpha --with-local-prefix=/freeware/gcc --enable-version-specific-runtime-libs --enable-languages=c++,f77,java --enable-threads=posix alpha-dec-osf4.0g
   Thread model: posix
   gcc version 3.1.1

*) Bootstrapped from a 3.1 build on alpha-dec-osf4.0f

Tweeks needed:

1) In libjava, file include/posix-threads.h, line 247 and following 
   should be: 

   #if defined __FreeBSD__ 
   #include <machine/pal.h>
   #define PAL_rduniq PAL_rdunique
   #elif defined __linux__
   #include <asm/pal.h>
   #else /* Tru64 */
   #include <machine/pal.h>
   #endif

2) In libjava, file java/lang/natObject.cc, usleep() not declared.

   Add: (ugly fix)

   extern int usleep (useconds_t);

3) In the specs file, crtfastmath.o is added by endfile; it should be
   startfile.

-- 
-------------- eMail Bert.Deknuydt@esat.kuleuven.ac.be ---------------
B.DeKnuydt, PSI-KULeuven                            Tel. +32-16-321880
Kasteelpark Arenberg 10          /|    | ||
B-3001 Leuven-Heverlee        _,_)|  4_|_||
FLANDERS, BELGIUM            / .                    Fax. +32-16-321838
-------------- http://www.esat.kuleuven.ac.be/~deknuydt --------------
        Cursed be man! How ungrateful is he! Qur'An 80, 17

                 reply	other threads:[~2002-07-29 15:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15685.25555.322746.519311@gargle.gargle.HOWL \
    --to=bert.deknuydt@esat.kuleuven.ac.be \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).