[tulip] compilation
    Spencer Borland 
    sborla@po-box.mcgill.ca
    Thu, 8 Feb 2001 01:41:35 -0500
    
    
  
Hi,
I was trying to compile the tulip.c file but just kept getting hundreds of
errors.  I am running Mandrake Linux 7.2.  I don't really know much about
this sort of thing.
I kept trying many variations of the following:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes \
      -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] \
      && echo -DMODVERSIONS`
but nothing would work.  Do you have any insight?
Thank you for you time!