diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-30 16:42:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-30 16:42:19 +0000 |
commit | 5713a71e1aeb46a2f9774b7a17c4236fca1cab02 (patch) | |
tree | 85be2eb29c0018dc78d16e5dff9ab1edb4b4369a /INSTALL | |
parent | 348ed5157bb4b6ef0e38f18ab8fd8d9910544e6e (diff) | |
download | glibc-5713a71e1aeb46a2f9774b7a17c4236fca1cab02.tar.gz |
Update.
1998-11-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
* sunrpc/Makefile: Add xdr_intXX_t to routines.
* sunrpc/Versions: Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and
xdr_uint16_t.
* sunrpc/rpc/xdr.h: Add prototypes for new xdr_intXX_t functions.
* sunrpc/xdr.c: Remove xdr_int32_t and xdr_uint32_t.
* sunrpc/xdr_intXX_t.c: New, contains all xdr_intXX_t functions.
* nis/Depend: New.
* nis/nss_nis/nis-service.c: Include generated prototype for parser.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -247,7 +247,7 @@ build the GNU C library: bugs which only show up in big projects like GNU `libc'. Version 3.76.1 seems OK but some people have reported problems. - * EGCS 1.1 or 1.0.3 + * EGCS 1.1.1, 1.1 or 1.0.3 The GNU C library can only be compiled with the GNU C compiler family. We recommend EGCS 1.0.3 or higher. GCC 2.8.1 and older @@ -257,7 +257,13 @@ build the GNU C library: libc, but you may have problems, particularly with the math functions.) - * GNU `binutils' 2.8.1.0.23, 2.9.1, or 2.9.0.15 + On Alpha machines you need at least EGCS 1.1.1. Earlier versions + don't work reliably. + + For PPC you might need some patches even on top of the last EGCS + version. See the FAQ. + + * GNU `binutils' 2.9.1, or 2.9.1.0.16 You must use GNU binutils (as and ld) if you want to build a shared library. Even if you don't, we recommend you use them anyway. No @@ -265,8 +271,12 @@ build the GNU C library: The quality of binutils releases has varied a bit recently. The bugs are in obscure features, but glibc uses quite a few of those. - 2.8.1.0.23, 2.9.1, and 2.9.0.15 are known to work. Versions after - 2.8.1.0.23 may or may not work. Older versions definitely don't. + 2.9.1 and 2.9.1.0.16 are known to work. Versions after 2.8.1.0.23 + may or may not work. Older versions definitely don't. 2.9.1.0.16 + is required on some platforms, like PPC and Arm. + + For PPC you might need some patches even on top of the last + binutils version. See the FAQ. * GNU `texinfo' 3.11 @@ -305,6 +315,7 @@ Supported Configurations following patterns: alpha-*-linux + arm-*-linux arm-*-linuxaout arm-*-none iX86-*-gnu |