I have some problems installing efax. Here is an account what I did so far:
1. downloaded file efax08a.tar.gz
2. at / excuted tar -xzvf efax08a.tar.gz
3. cd efax03a
4. make
This is the result:
gcc -0 -c efax.c
efax.c:64: ctype.h: No such file or directory
efax.c:65: stdio.h: No such file or directory
efax.c:66: stdlib.h: No such file or directory
efax.c:67: string.h: No such file or directory
efax.c:68: time.h: No such file or directory
In file included from efax.c:71:
efaxlib.h:4: stdiio.h: No such file or directory
In file included from efax.c:72:
efaxmsg.h:8: time.h: No such file or directory
make: ***[efax.o] Error 1
When I look into file efax.c, the problem lines are remarked.
#include <ctype.h> /*ANSI C*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
so why are they displaying error messages??
Ditto for the other files.
Could somebody help?? Further pointers on efax installation welcomed too.
TIA,
Shaggy
Bangkok, Thailand