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