![]()
From: Lloyd Ferguson (lloyd.ferguson@usa.net)
Date: Tue Nov 28 2000 - 11:23:57 CST
I'm new to this list and to hypermail but am very interested in using it on my system. I'm also a relative novice at compiling programs from source but am anxious to learn.
I downloaded the hypermail-2b30 to my RedHat System, ran "configure" and then "make" with the following result:
[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.)
file.c:47: `ENOENT' undeclared (first use this function)
file.c: In function `checkdir':
file.c:86: `errno' undeclared (first use this function)
file.c:86: `ENOENT' undeclared (first use this function)
make[1]: *** [file.o] Error 1
make[1]: Leaving directory `/usr/src/hypermail-2b30/src'
make: *** [hypermail] Error 2
[lcf@My_Linux hypermail-2b30]$
I checked the archives but could not find any reference to this. Can anyone tell me or point me to a link which explains where I'm going astray.
Thanks in advance.
Lloyd Ferguson
lloyd.ferguson@usa.net
![]()