HD Install :: gcc and g++ installed with apt-get, but no "make"
hello,
ok i managed to get apt-get working \0/ (small newbie party for me)
i got gcc and g++ installed using apt.
but while compiling a fresh squid install i got the "./configure" working, but it doesn't know the "make" command.
prolly i still mis a part of the gcc-package ?>
thz a bunch in advance
kamaradski
oow damn me, i pulled a REAL newbie here.
make is part of the GNU and not part of GCC
you can get it using " apt-get install make"
aah well delete this thread if you like.
sorry
An easier path might be to install gcc-with-libs from the mydsl repository. This extension provides not only make but also a number of common includes.
as an uber-noob, thanks for asking and answering this question! 
original here.