ok first off ive been compiling source code to install packages
next sometime ill get this error
ERROR 1
ALL RECURSIVE
ERROR 2
ALL RECURSIVE
what does this mean do i have to pass parameters into the configure or something
Printable View
ok first off ive been compiling source code to install packages
next sometime ill get this error
ERROR 1
ALL RECURSIVE
ERROR 2
ALL RECURSIVE
what does this mean do i have to pass parameters into the configure or something
That's not all, that's just make telling you that its child process (probably gcc) has exited indicating an error condition. You'll get the real error if you look at the gcc command.
how would i go about doing that
ive never tried it before
Just look above the error lines you described right now and it'll be there.