]> sourceware.org Git - glibc.git/blame - README.template
*** empty log message ***
[glibc.git] / README.template
CommitLineData
28f540f4
RM
1This directory contains the version VERSION test release of the GNU C Library.
2Many bugs have been fixed since the last release.
3Some bugs surely remain.
4
5As of this release, the GNU C library has been ported to the following
6configurations:
7
8 alpha-dec-osf1
7da3079b
RM
9 i[345]86-*-bsd4.3
10 i[345]86-*-gnu
11 i[345]86-*-isc2.2
12 i[345]86-*-isc3
13 i[345]86-*-linux
14 i[345]86-*-sco3.2
15 i[345]86-*-sco3.2v4
16 i[345]86-*-sysv
17 i[345]86-*-sysv4
18 i[345]86-force_cpu386-none
19 i[345]86-sequent-bsd
28f540f4
RM
20 i960-nindy960-none
21 m68k-hp-bsd4.3
22 m68k-mvme135-none
23 m68k-mvme136-none
24 m68k-sony-newsos3
25 m68k-sony-newsos4
26 m68k-sun-sunos4
27 mips-dec-ultrix4
28 mips-sgi-irix4
29 sparc-sun-solaris2
30 sparc-sun-sunos4
31
32Porting the library is not hard. If you are interested in doing a port,
33please get on the mailing list by sending electronic mail to
34bug-glibc-request@prep.ai.mit.edu.
35
36The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
37provides the Unix `crypt' function, plus some other entry points.
38Because of the United States export restriction on DES implementations,
39we are distributing this code separately from the rest of the C
40library. There is an extra distribution tar file just for crypt; it is
41called `glibc-VERSION-crypt.tar.gz'. You can just unpack the crypt
42distribution along with the rest of the C library and build; you can
43also build the library without getting crypt. Users outside the USA
44can get the crypt distribution via anonymous FTP from ftp.uni-c.dk
45[129.142.6.74], or another archive site outside the USA. Archive
46maintainers are encouraged to copy this distribution to their archives
47outside the USA. Please get it from ftp.uni-c.dk; transferring this
48distribution from prep.ai.mit.edu (or any other site in the USA) to a
49site outside the USA is in violation of US export laws.
50
51See the file INSTALL to find out how to configure, build, install, and port
52the GNU C library.
53
54The GNU C Library is completely documented by the Texinfo manual found
55in the `manual/' subdirectory. The manual is still being updated and
56contains some known errors and omissions; we regret that we do not have
57the resources to work on the manual as much as we would like. Please
58send comments on the manual to bug-glibc-manual@prep.ai.mit.edu, and
59not to the library bug-reporting address.
60
61The file NOTES contains a description of the feature-test macros used
62in the GNU C library, explaining how you can tell the library what
63facilities you want it to make available.
64
65Send bug reports to bug-glibc@prep.ai.mit.edu.
66
67The GNU C Library is free software. See the file COPYING.LIB for copying
68conditions.
This page took 0.04674 seconds and 5 git commands to generate.