I have done the checks in the readme, including checking the revisions of the 
compilers and binutils etc. All appear OK.

Just to check, I installed the Linux source into /usr/src/linux-2.4.9 and 
created a sym link as /usr/src/linux. 

Then,
         cd /usr/src/linux
         make mrproper
         make xconfig <- create my kernel configuration and save .config file
         make dep   <- this is where it fails with the error message.

Cheers, Dave

gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep 
scripts/mkdep.c
scripts/mkdep.c: In function `add_path':
scripts/mkdep.c:221: `PATH_MAX' undeclared (first use in this function)
scripts/mkdep.c:221: (Each undeclared identifier is reported only once
scripts/mkdep.c:221: for each function it appears in.)
scripts/mkdep.c:221: size of array `resolved_path' has non-integer type
make: *** [scripts/mkdep] Error 1


On Sunday 21 October 2001 13:15, you wrote:
> Did you follow this advice in the README file:
>
>  - Make sure you have no stale .o files and dependencies lying around:
>
>                 cd linux
>                 make mrproper
>
>    You should now have the sources correctly installed.
>
>  -- Bjarne

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to