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