Hello Everyone from the Kubuntu world. I have a question that has been vexing me. I want to know how to install a program without using any package managers. I want a challenge and it would seem to insult my intelligence. Now everyone, you know when you download a source code right? You follow instructions to
[./configure] then after it is done configuring, you use the [make] or the make install command. Well here is my problem. When you run [./configure] I get a message stating that gawk was found but there is no C compilers to be found any where in my system. Now I am trying to install g++ but when I attempt to do so via [./configure], No compiler is found . So my question is that is there some other kind of tool that I should use that initially came with Kubuntu in order to install the g++ compiler? Because I can clearly see that nothing is going to get configured nor installed without a C compiler. I am trying to learn C++ and how to program OS'es. I would appriciate if anyone can help me as soon as possible. Thank you.
[./configure] then after it is done configuring, you use the [make] or the make install command. Well here is my problem. When you run [./configure] I get a message stating that gawk was found but there is no C compilers to be found any where in my system. Now I am trying to install g++ but when I attempt to do so via [./configure], No compiler is found . So my question is that is there some other kind of tool that I should use that initially came with Kubuntu in order to install the g++ compiler? Because I can clearly see that nothing is going to get configured nor installed without a C compiler. I am trying to learn C++ and how to program OS'es. I would appriciate if anyone can help me as soon as possible. Thank you.
Comment