![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot find the driver anywhere? | tailz03 | UNIX for Dummies Questions & Answers | 0 | 09-25-2007 02:18 PM |
| ATI Video Driver | flacker | UNIX for Advanced & Expert Users | 3 | 05-12-2007 07:45 PM |
| SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ? | roygoodwin | SUN Solaris | 1 | 12-26-2006 07:59 PM |
| sound driver | wsc | Linux | 9 | 09-04-2005 08:24 AM |
| To Driver | Computekwes | Post Here to Contact Site Administrators and Moderators | 13 | 09-20-2004 01:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|