public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successful build on Tru64 4.0g (C, C++, Fortran, Java)
@ 2002-07-29 18:46 Bert Deknuydt
  0 siblings, 0 replies; only message in thread
From: Bert Deknuydt @ 2002-07-29 18:46 UTC (permalink / raw)
  To: gcc


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

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

only message in thread, other threads:[~2002-07-29 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-29 18:46 Successful build on Tru64 4.0g (C, C++, Fortran, Java) Bert Deknuydt

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