A tester, avant fait quant même un clean et édite le Makefile.conf pour ajouter la ligne
CFLAGS += -fno-stack-protector et tu éditeras le fichier ctsound pour remplacer les lignes
KERNELVER=`uname -r`
if [ "${KERNELVER:0:3}" = "2.6" ]; then
suffix=.ko
elif [ "${KERNELVER:0:3}" = "2.4" ]; then
suffix=.o
else
echo "Unknown kernel version. Exit..."
exit 1
fi
par suffix=.ko
Je me suis inspiré de ce forum
http://ubuntu-forum.com/showthread.php?t=571656&page=5