]> git.ipfire.org Git - thirdparty/glibc.git/blob - README
Update.
[thirdparty/glibc.git] / README
1 This directory contains the version 2.0.108 test release of the GNU C Library.
2 Many bugs have been fixed since the last release.
3 Some bugs surely remain.
4
5 As of this release, the GNU C library is known to run on the following
6 configurations:
7
8 *-*-gnu GNU Hurd
9 i[3456]86-*-linux-gnu Linux-2.x on Intel
10 m68k-*-linux-gnu Linux-2.x on Motorola 680x0
11 alpha-*-linux-gnu Linux-2.x on DEC Alpha
12 powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems
13 sparc-*-linux-gnu Linux-2.x on SPARC
14 sparc64-*-linux-gnu Linux-2.x on UltraSPARC
15 arm-*-none ARM standalone systems
16 arm-*-linux Linux-2.x on ARM
17 arm-*-linuxaout Linux-2.x on ARM using a.out binaries
18
19
20 Former releases of this library (version 1.09.1 and perhaps earlier
21 versions) used to run on the following configurations:
22
23 alpha-dec-osf1
24 i[3456]86-*-bsd4.3
25 i[3456]86-*-isc2.2
26 i[3456]86-*-isc3
27 i[3456]86-*-sco3.2
28 i[3456]86-*-sco3.2v4
29 i[3456]86-*-sysv
30 i[3456]86-*-sysv4
31 i[3456]86-force_cpu386-none
32 i[3456]86-sequent-bsd
33 i960-nindy960-none
34 m68k-hp-bsd4.3
35 m68k-mvme135-none
36 m68k-mvme136-none
37 m68k-sony-newsos3
38 m68k-sony-newsos4
39 m68k-sun-sunos4
40 mips-dec-ultrix4
41 mips-sgi-irix4
42 sparc-sun-solaris2
43 sparc-sun-sunos4
44
45 Since no one has volunteered to test and fix the above configurations,
46 these are not supported at the moment. It's expected that these don't
47 work anymore. Porting the library is not hard. If you are interested
48 in doing a port, please contact the glibc maintainers by sending
49 electronic mail to <bug-glibc@gnu.org>.
50
51 The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
52 provides the Unix `crypt' function, plus some other entry points.
53 Because of the United States export restriction on DES implementations,
54 we are distributing this code separately from the rest of the C
55 library. There is an extra distribution tar file just for crypt; it is
56 called `glibc-crypt-2.0.108.tar.gz'. You can just unpack the crypt
57 distribution along with the rest of the C library and build; you can
58 also build the library without getting crypt. Users outside the USA
59 can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
60 [129.240.64.21], or another archive site outside the USA. Archive
61 maintainers are encouraged to copy this distribution to their archives
62 outside the USA. Please get it from ftp.ifi.uio.no; transferring this
63 distribution from ftp.gnu.org (or any other site in the USA) to a
64 site outside the USA is in violation of US export laws.
65
66 Beside the separate crypt tar file there are some more add-ons which can be
67 used together with GNU libc. They are designed in a way to ease the
68 installation by integrating them in the libc source tree. Simply get the
69 add-ons you need and use the --enable-add-ons option of the `configure'
70 script to tell where the add-ons are found. Please read the FAQ file for
71 more details.
72
73 See the file INSTALL to find out how to configure, build, install, and port
74 the GNU C library. You might also consider reading the WWW pages for the
75 GNU libc at http://www.gnu.org/software/libc/libc.html.
76
77 The GNU C Library is completely documented by the Texinfo manual found
78 in the `manual/' subdirectory. The manual is still being updated and
79 contains some known errors and omissions; we regret that we do not
80 have the resources to work on the manual as much as we would like.
81 Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
82 not to the library bug-reporting address.
83
84 The file NOTES contains a description of the feature-test macros used
85 in the GNU C library, explaining how you can tell the library what
86 facilities you want it to make available.
87
88 We prefer to get bug reports sent using the `glibcbug' shell script which
89 is installed together with the rest of the GNU libc to <bugs@gnu.org>.
90 Simply run this shell script and fill in the information. Nevertheless
91 you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
92 mails.
93
94 The GNU C Library is free software. See the file COPYING.LIB for copying
95 conditions.