gcc and g++ installed with apt-get, but no "make"Forum: HD Install Topic: gcc and g++ installed with apt-get, but no "make" started by: kamaradski Posted by kamaradski on Dec. 10 2006,17:59
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 Posted by kamaradski on Dec. 10 2006,19:52
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 Posted by mikshaw on Dec. 10 2006,19:55
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.
Posted by thirdman on Dec. 13 2006,01:47
as an uber-noob, thanks for asking and answering this question!
|