diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-01-27 20:16:34 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-01-27 20:16:34 +0100 |
| commit | 00c4d6cb5cf680c6115bc6a869d08d7a8e22e615 (patch) | |
| tree | 9f8070dc1b66722892dc1280388f96174051a831 | |
| parent | a1b6b909ddea5b12e29afa6225259134b91706f6 (diff) | |
complete info
| -rw-r--r-- | hurd/glibc.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 12d84e42..a38066ab 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -63,9 +63,11 @@ One can build by hand some target with e.g.: # glibc gotcha -Please note, that if you `git clone` glibc from upstream, and run +Please note, that like on Linux, if you `git clone` glibc from upstream, and run - $ make +(DON'T DO THIS) + + $ make # make install -**You will crash your hurd install**. Don't run `# make install` from upstream glibc. +**You will crash your hurd install** because glibc's default configuration doesn't match your system configuration. Don't run `# make install` from upstream glibc. |
