Results 1 to 4 of 4
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-03-2003 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
problem with compiling source code
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
- 05-03-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
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.
- 05-03-2003 #3Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
how wold i do that
how would i go about doing that
ive never tried it before
- 05-03-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Just look above the error lines you described right now and it'll be there.


Reply With Quote
