I don't see any error messages in the output of "make clean", so I don't
know why you say you can't do that one. Both "make dep" and "make zImage"
are failing because they cannot find the C compiler (gcc). Did you install
it? ("which gcc" will find it if it is your execution PATH, and "find /
-name gcc" will find it even if it isn't in your PATH.) If not, you need to.

PS - for future postings, PLEASE turn off the "feature" of your e-mail
client that appends html duplicates to your messages - ASCII postings are
the sustom for this list.

At 01:06 PM 9/1/99 -0300, Richard Spencer wrote [in part]:
>After doing a make config in the proper directory -- /usr/src/linux -- I 
>went through the entire config routine, and then was not able to make dep, 
>make clean, and make zImage. If anyone has any idea what went wrong, I'm 
>all ears. I've listed the commands and subsequent responses below.
....
>[root@localhost linux]# make dep
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep 
>scripts/mkdep.c
>make: gcc: Command not found
>make: *** [scripts/mkdep] Error 127
....
>
>[root@localhost linux]# make clean
[output of this one deleted]
submenu*
>
>[root@localhost linux]# make zImage
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep 
>scripts/mkdep.c
>make: gcc: Command not found
>make: *** [scripts/mkdep] Error 127
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA  94303-3603                       [EMAIL PROTECTED]        
----------------------------------------------------------------

Reply via email to