diff options
| -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. |
