diff options
| author | gnucode <gnucode@web> | 2026-01-17 23:43:58 +0100 |
|---|---|---|
| committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2026-01-17 23:43:58 +0100 |
| commit | e27f51ef8921a7dac83cf65ea3800d237ad7d2f8 (patch) | |
| tree | df2b15b5896f3bc3245db06c6f743ae84536d45b | |
| parent | 3c15694251008a88dd72258c2134f80eafa32a28 (diff) | |
I mentioned that one should not run # make install from upstream glibc.
| -rw-r--r-- | hurd/glibc.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 736cc099..12d84e42 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -60,3 +60,12 @@ One can run tests with the new libc by hand: One can build by hand some target with e.g.: $ make $PWD/htl/libpthread.so -C ../htl subdir=htl objdir=$PWD ..=../ + +# glibc gotcha + +Please note, that if you `git clone` glibc from upstream, and run + + $ make + # make install + +**You will crash your hurd install**. Don't run `# make install` from upstream glibc. |
