|
GCC & Make dependencies
Hey...I'm working on installing a NIC driver in a server at work that hasn't been touched since it got placed in the server room.
To install the driver, you need make (which I don't have).
To install make, you need gcc, or a c compiler (which I don't have).
To install gcc, you need make.
I've downloaded gcc and make, but i can't install either one because it keeps asking for the other one. Any help is appreciated.
|