Re: Make Problem

---------

From: Daniel Stenberg (daniel@haxx.se)
Date: Wed Nov 29 2000 - 08:39:14 CST


On Tue, 28 Nov 2000, Lloyd Ferguson wrote:

> [lcf@My_Linux hypermail-2b30]$ make
> make[1]: Entering directory `/usr/src/hypermail-2b30/src'
> gcc -c -g -O2 file.c
> file.c: In function `check1dir':
> file.c:47: `errno' undeclared (first use this function)
> file.c:47: (Each undeclared identifier is reported only once
> file.c:47: for each function it appears in.)

Try adding something like this at the top of the source:

#include <errno.h>

--
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

---------

This archive was generated by hypermail 2.1.5.