hmm.. still compiling :)

Exile (exile@chamber.ee)
Thu, 24 Apr 1997 00:57:56 +0300

On Wed, 23 Apr 1997 20:41:58 +0300 "Exile" <exile@chamber.ee> writes:
>Hi.. i started to install the ifmail 2.9 on my linux slackware.. ver
2.0.27
>make[1]: *** [trap.o] Error 1
>make[1]: Leaving directory `/fido/ifmail/iflib'
>make: *** [all] Error 2
>What's the problem ???? PLease help

This is a well know error with pre-2.1 linux kernels.
Add the compiler directive -DPRE_21_LINUX to your
CONFIG file.

-Greg-

OK.. did that.. it worked... thatnks for the quick reply... but now there
is another one..

=== CUT HERE ===

make[1]: Entering directory `/fido/ifmail/ifgate'
gcc -c -O2 -Wall -DNEWSLOG=LOG_LOCAL0 -DMAILLOG=LOG_LOCAL0 -DNEWSSPOOL=\""/
var/spool/news"\" -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID -DHAS_NDBM_H
-DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES -DHAS_FSYNC
-DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP -DFORCEINTL -DHAS_SYSLOG
-DNEED_UUCPFROM -DNEED_BSY -DREGEX_NEED_CARET -DNEED_TRAP -DSLAVE_SENDS_NAK_
TOO -DNEED_FORK -DPRE_21_LINUX ifmail.c
ifmail.c:13: lutil.h: No such file or directory
ifmail.c:14: xutil.h: No such file or directory
ifmail.c:15: ftn.h: No such file or directory
ifmail.c:16: rfcaddr.h: No such file or directory
In file included from ifmail.c:17:
falists.h:4: ftn.h: No such file or directory
ifmail.c:18: rfcmsg.h: No such file or directory
ifmail.c:19: ftnmsg.h: No such file or directory
ifmail.c:21: config.h: No such file or directory
ifmail.c:22: version.h: No such file or directory
ifmail.c:23: trap.h: No such file or directory
make[1]: *** [ifmail.o] Error 1
make[1]: Leaving directory `/fido/ifmail/ifgate'
make: *** [all] Error 2

=== CUT HERE ===

i found that for example the lutil.h file was in flib directory and i tried
to add it to path... but it didnt work :(

The Ifmail newbie.. but already a big fan...
Exile