NIC Driver

Hi:-

I am trying to install a device driver for Intel NIC card on TurboLinux, but getting following errors,

cc -O -Wall -o eepro100-diag eepro100-diag.c
eepro100-diag.c:72: unistd.h: No such file or directory
eepro100-diag.c:73: stdio.h: No such file or directory
eepro100-diag.c:74: stdlib.h: No such file or directory
eepro100-diag.c:75: fcntl.h: No such file or directory
eepro100-diag.c:76: getopt.h: No such file or directory
eepro100-diag.c:77: string.h: No such file or directory
eepro100-diag.c:78: errno.h: No such file or directory
eepro100-diag.c:80: asm/types.h: No such file or directory
eepro100-diag.c:85: sys/io.h: No such file or directory

Anyone, can help me out.

Advance thanks for reply.

those missing files are C libraries. what your compliling is uses those libraries in its source code, look around on the net and you should be able to find all of those to install, i dont know if turbolinux has a packaging system, where you run a program and you can check off boxes of what you want to install, but try looking for a C resource website, and you should be able to find those libraries that you need.