User Feedback :: make



i am installing pcmcia-cs-7.?.?.tar.gz - using pcmcia howTo@http://www.tldp.org/HOWTO/PCMCIA-HOWTO.html as a guide, i have unpacked the pcmcia-cs files in /usr/local/src

but when i try "make config" it says bash - command not found and when i try Makefile it says premission denied - what am i doing wrong?

i guess i have to install a C compiler???
what do i actually need for gcc to install it so i can "make"
First, are you running with an HD install or not ?  If so, then what you need to do is get to su, and apt-get yourself make - that'll solve that problem.  Then you can just edit the makefile so that instead of the CC variable being "gcc", it can be "tcc".  At least, that's the way someone who's not super-uber-smart in this would see that.  Anyone else concur ?
do i need the web to use apt-get???
Next Page...
original here.