On Mon, 24 May 1999, April Escamilla wrote:

> when i try to "make boot", I get an error message referring to  "errno" 
> being undeclared in /usr/src/linux/scripts/split-include
>   The include file in question exists and is in the proper directory.  I've 
> even added the complete path to it in the split-include script that is run 
> during the "make boot".  Any thoughts or ideas here?  this is a pressing 
> issue...

   Can you cut and paste the whole thing in a message or copy down the
actual message?  Is it having a problem just building the program?  It's a
simple little program that should work if you've installed all the c
development stuff from the cd.  Can you build it yourself with just gcc -o
split-include split-include.c ?  I don't really see why it would think
errno was undeclared.  You could try adding 
extern int errno;
near the top and see if it still complains.  

   Adam

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to