Tom Hearn
10-01-2001, 05:58 PM
I'm trying to compile the tulip.c updated module for mandrake 8.0 and i keep getting this error:
error: function gcc not found
when i try to put in this code:
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
I really need this to work for my nic, can someone help me out?
error: function gcc not found
when i try to put in this code:
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
I really need this to work for my nic, can someone help me out?