Hi, I did install the dietlibc package. However when I compiled the loader with "make loader" it fails on the kickstart.c file. diet gcc -ggdb -Os -Wall -DVERSION='"9.0"' -DUSE_LOGDEV -ffunction-sections -D_GN U_SOURCE=1 -D_FILE_OFFS=64 -DHAVE_LIBIO_H -DGZLIB=1 -c -o kickstart.o kickstart.c In file included from kickstart.c:40: net.h:5:18: pump.h: No such file or directory In file included from kickstart.c:40: net.h:9: field `dev' has incomplete type net.h:13: confused by earlier errors, bailing out make: *** [kickstart.o] Error 1 Do I need to install anything else? I appreciate your help. Thanks, Regards, Sameer. ----- Original Message ----- From: "Jeremy Katz" <katzj@xxxxxxxxxx> To: "Sameer Kamat" <sameer@xxxxxxxxxxxxx> Cc: <anaconda-devel-list@xxxxxxxxxx> Sent: Thursday, July 24, 2003 2:54 PM Subject: Re: loader compile errors On Thu, 2003-07-24 at 14:40, Sameer Kamat wrote: > I am trying to compile the loader from the anaoconda-9.0-4.src.rpm.. I > installed the rpm and in /usr/src/redhat/SOURCES/anaconda-9.0/loader2/, I > executed > "make loader". > > It comes back with the following error regaring "diet". Install the dietlibc package Cheers, Jeremy