使用gsrc编译glibc结果segment fault
using gsrc to compile glibc results segment fault
我正在使用 gsrc 编译 glibc,以便在我的机器上使用它的多个版本。我正在使用 debian,当我尝试 make -C pkg/gnu/libc install -j8 它只是报告这个错误:
Segmentation fault make: *** [sysinstall-install] Error 1
有人知道这可能是什么吗?
I'm using debian and when I tried make -C pkg/gnu/libc install -j8
it just reports this error
你没有说明这个 libc 是如何配置的。无论如何,在系统上错误地安装 GLIBC 是导致系统无法启动的一种非常简单的方法。这不推荐给新手(而且你看起来是新手)。
compile glibc in order to use multiple versions of it on my machine
请参阅 this answer 了解如何实现。
我正在使用 gsrc 编译 glibc,以便在我的机器上使用它的多个版本。我正在使用 debian,当我尝试 make -C pkg/gnu/libc install -j8 它只是报告这个错误:
Segmentation fault make: *** [sysinstall-install] Error 1
有人知道这可能是什么吗?
I'm using debian and when I tried
make -C pkg/gnu/libc install -j8
it just reports this error
你没有说明这个 libc 是如何配置的。无论如何,在系统上错误地安装 GLIBC 是导致系统无法启动的一种非常简单的方法。这不推荐给新手(而且你看起来是新手)。
compile glibc in order to use multiple versions of it on my machine
请参阅 this answer 了解如何实现。