Code Sample |
make menuconfig (and load the existing .config file) make dep make clean make bzImage make install |
Code Sample |
# cd /usr/src/iptables-1.3.6 # make KERNEL_DIR=/boot Extensions found: cc -O2 -Wall -Wunused -I/boot/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.6\" -D_UNKNOWN_KERNEL_POINTER_SIZE -fPIC -o extensions/libipt_ah_sh.o -c extensions/libipt_ah.c make: cc: Command not found make: *** [extensions/libipt_ah_sh.o] Error 127 |
Code Sample |
# which gcc /usr/bin/gcc |
Code Sample |
# cd /usr/bin # ln -s gcc cc |
Code Sample |
# export CC=gcc |
Quote |
# cd /usr/src/iptables-1.3.6 # make KERNEL_DIR=/boot |
Quote |
Once this is working, should I just point the default entry in /boot/grub/menu.lst to the /boot/vmlinuz-2.4.26 image, or will I need to make changes in /boot/minirt24.gz |