Closed edurlix closed 9 months ago
So one of two things has happened here:
gcc
instead of ggc
. If that is the case, you need to install the gcc compiler, or if you only have clang, change the line in the Makefile that sets CC
.gcc
into ggc
in the Makefile. If that is the case, re-clone the repository and consider investing in computer case made out of lead.
when i typed make it just compiled [compiling i_main.c], but then i throw me an error, make: ggc: no such file or directoy make: *** [Makefile:70: build/i_main.o} error 127