moin Ewan,

I haven't seen an answer for this come through, so here's some info...

On Wed, 6 Oct 1999, Ewan Parry wrote:

> Hello, been lurking for a while now hoping Id see a answer to my problem but
> no so here goes.
> I have RedHat 6 Kernel 2.2.5-15 on a Toshiba 225DCS laptop. I have installed
> and re-installed various times because of various problems, I also learnt
> more about linux doing it. ANyway I have everything working OK and Im now
> trying to Compile a Kernel. I did the make config etc but when I got to make
> bzImage all I get are No such file or directory reports. So I presume Im
> missing something, but I havent a clue what. I have gcc 2.7.2.3  Here are
> the missing files
> sys/stat.h

$ locate sys/stat.h
/usr/include/sys/stat.h

The others should be similar. Note that /usr/include is the "normal" place for
these, so I'd say you're missing some stuff.

Here's something Matt Gumbly posted elsewhere:

<quote>
Something like:
cd /my/SuSe/RPM/tree
> /tmp/foo
for i in *.rpm
do
  echo $i >> /tmp/foo
  rpm -qlp $i | grep readline >> /tmp/foo
  echo "" >> /tmp/foo
done
# make some tea

Works for me in RedHat...
</quote>

You need to look for stat.h, etc. not readline, but the principle is the same.
You're missing part of the c development environment. If you've got more than
a couple of gig on the laptop reinstall with their development workstation
package. Once you learn your way around you can customize it.

ciao,

der.hans

> sys/types.h
> ctype.h
> errno.h
> fcntl.h
> stdio.h
> stdlib.h
> string.h
> unistd.h
> all are from [scripts/split-include] Error 1
> Can anybody help me out.
> thanks in advance Ewan
> ----------------------------------------------------
> Reach me by ICQ. My ICQ# is 24946038 or,
> My Work Telephone Number is: 51-1-5640760/5641610
> My Fax Number is: 51-1-5640059
> Ewan Parry
> ----------------------------------------------------
> 
> 
> 

# +++++++++++=================================+++++++++++ #
#                   [EMAIL PROTECTED]                      #
#            http://home.pages.de/~lufthans/              #
#           Practice socially conscious hedonism,         #
#        do whatever you want as long as it doesn't       #
#              hurt anyone else. - der.hans               #
# ===========+++++++++++++++++++++++++++++++++=========== #

Reply via email to