Wander to make some modification on libgomp (gcc's OpenMP runtime library), I downloaded the source code of GCC8, and tried to configure/make the whole compiler.
The configuration phase terminated rapidly enough but I waited 1 hour for the make, still not finished, and I cancelled it.
So why the configure/make gcc takes that long time whilst when I installed the gcc compiler with app-get install, it takes no more than few minutes??
here an example of how long the make phase can last (depending on you PC performance, but shows an order of magnitude)
gcc
if you do not know howmake
works? – ajeh May 23 '18 at 15:56