LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   'Make' needs 'Gcc' to compile but 'Gcc' needs 'Make'??? (https://www.linuxquestions.org/questions/linux-software-2/%27make%27-needs-%27gcc%27-to-compile-but-%27gcc%27-needs-%27make%27-205202/)

Qwirt 07-14-2004 10:42 PM

'Make' needs 'Gcc' to compile but 'Gcc' needs 'Make'???
 
Recently got the Suse 9.0 distro and downloaded gcc-3.4.1. I read the install instructions and found that to compile gcc I needed make. So I downloaded that and it said it needed gcc to compile! Now i'm stuck with two uncompiled programs that need the compiled version of the other to compile!
I couldn't find any previous versions of either program in the distro.

jspenguin 07-14-2004 10:54 PM

Get a GCC binary distribution: http://gcc.gnu.org/install/binaries.html

After you get gcc working, you can install make (it includes a shell script so you can build it without a previous version of make). Then, if you want, you can compile GCC from source, and then recompile make with the bootstrapped compiler.


All times are GMT -5. The time now is 08:16 PM.