Skip to content

Commit

Permalink
Remade for stable-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 3, 1999
1 parent de1703f commit d24adae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ below.
Configuring and compiling GNU Libc
==================================

GNU Libc cannot be compiled in the source directory. You must
create a separate directory for the object files. This directory
should be outside the source tree. For example, if you have unpacked
GNU Libc can be compiled in the source directory but we'd advise to
build in a separate build directory. For example, if you have unpacked
the glibc sources in `/src/gnu/glibc-2.1.0', create a directory
`/src/gnu/glibc-build' to put the object files in.

Expand Down Expand Up @@ -226,9 +225,9 @@ file to coexist with new programs. For more information see the files
permissions on a pseudoterminal so it can be used by the calling
process. This means programs like `xterm' and `screen' do not have to
be setuid to get a pty. (There may be other reasons why they need
privileges.) If you are using a 2.1 Linux kernel with the `devptsfs'
or `devfs' filesystems providing pty slaves, you don't need this
program; otherwise you do. The source for `pt_chown' is in
privileges.) If you are using a 2.1 or newer Linux kernel with the
`devptsfs' or `devfs' filesystems providing pty slaves, you don't need
this program; otherwise you do. The source for `pt_chown' is in
`login/programs/pt_chown.c'.

Recommended Tools for Compilation
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains the version 2.0.112 test release of the GNU C Library.
This directory contains the version 2.1 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

Expand Down Expand Up @@ -53,7 +53,7 @@ provides the Unix `crypt' function, plus some other entry points.
Because of the United States export restriction on DES implementations,
we are distributing this code separately from the rest of the C
library. There is an extra distribution tar file just for crypt; it is
called `glibc-crypt-2.0.112.tar.gz'. You can just unpack the crypt
called `glibc-crypt-2.1.tar.gz'. You can just unpack the crypt
distribution along with the rest of the C library and build; you can
also build the library without getting crypt. Users outside the USA
can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
Expand Down
2 changes: 1 addition & 1 deletion README.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains the version VERSION test release of the GNU C Library.
This directory contains the version VERSION release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

Expand Down

0 comments on commit d24adae

Please sign in to comment.