]> sourceware.org Git - glibc.git/blame - README
update from main archive 970125
[glibc.git] / README
CommitLineData
fd26970f 1This directory contains the version 1.101 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
845dcb57
UD
8 *-*-gnu GNU Hurd
9 i[3456]86-*-linux Linux-2.0 on Intel
10 m68k-*-linux Linux-2.0 on Motorola 680x0
11 alpha-*-linux Linux-2.0 on DEC Alpha
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
845dcb57
UD
39Whether this is still true for this release is unknown. Porting the
40library is not hard. If you are interested in doing a port, please
41get on the mailing list by sending electronic mail to
28f540f4
RM
42bug-glibc-request@prep.ai.mit.edu.
43
44The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
45provides the Unix `crypt' function, plus some other entry points.
46Because of the United States export restriction on DES implementations,
47we are distributing this code separately from the rest of the C
48library. There is an extra distribution tar file just for crypt; it is
fd26970f 49called `glibc-1.101-crypt.tar.gz'. You can just unpack the crypt
28f540f4
RM
50distribution along with the rest of the C library and build; you can
51also build the library without getting crypt. Users outside the USA
52can get the crypt distribution via anonymous FTP from ftp.uni-c.dk
53[129.142.6.74], or another archive site outside the USA. Archive
54maintainers are encouraged to copy this distribution to their archives
55outside the USA. Please get it from ftp.uni-c.dk; transferring this
56distribution from prep.ai.mit.edu (or any other site in the USA) to a
57site outside the USA is in violation of US export laws.
58
59See the file INSTALL to find out how to configure, build, install, and port
60the GNU C library.
61
62The GNU C Library is completely documented by the Texinfo manual found
63in the `manual/' subdirectory. The manual is still being updated and
64contains some known errors and omissions; we regret that we do not have
65the resources to work on the manual as much as we would like. Please
66send comments on the manual to bug-glibc-manual@prep.ai.mit.edu, and
67not to the library bug-reporting address.
68
69The file NOTES contains a description of the feature-test macros used
70in the GNU C library, explaining how you can tell the library what
71facilities you want it to make available.
72
73Send bug reports to bug-glibc@prep.ai.mit.edu.
74
75The GNU C Library is free software. See the file COPYING.LIB for copying
76conditions.
This page took 0.051686 seconds and 5 git commands to generate.