【发布时间】:2014-12-24 08:24:41
【问题描述】:
我已经在其中安装了 Bochs 和 DLX linux。我在里面写了一个 Hello world C 程序。但我不知道如何在其中编译程序。
当我输入 gcc hello.c 时,我收到一条错误消息“bash: gcc: command not found”。
请提出建议。
谢谢
【问题讨论】:
-
看起来你没有安装
gcc。 -
@ Daniel,是的,我看到了,但是如何在 Bochs 的 DLX linux 中安装 gcc?