Quote:
then on ./scripts/Config tyhis is the message:
[ammc@localhost rock-src-2.0.3]$ ./scripts/Config
Creating rockdialog tool ...
gcc misc/rockdialog/*.c -Imisc/rockdialog -lncurses -o src/rockdialog.bin
./scripts/Config: line 1: gcc: command not found
mv: cannot stat `src/rockdialog.bin.3901': No such file or directory
Creating configuration script ...
Running ROCK Linux 2.0.3 configuration ...
unknown returncode: 127[/B]
|
You lack gcc on your system. You need to have some programs and packages on your system:
gcc, ncurses-dev, glibc-dev, binutils and a handful others that I can't remember by heart right now.
This is evidenced by this line:
Code:
./scripts/Config: line 1: gcc: command not found
Greetings,
Benjamin