![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot find the driver anywhere? | tailz03 | UNIX for Dummies Questions & Answers | 0 | 09-25-2007 05:18 PM |
| ATI Video Driver | flacker | UNIX for Advanced & Expert Users | 3 | 05-12-2007 10:45 PM |
| SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ? | roygoodwin | SUN Solaris | 1 | 12-26-2006 10:59 PM |
| sound driver | wsc | Linux | 9 | 09-04-2005 11:24 AM |
| To Driver | Computekwes | Post Here to Contact Site Administrators and Moderators | 13 | 09-20-2004 04:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|