On Sun, 28 Feb 1999, Shaggy Im-erbtham wrote:
> 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

        Sounds Ok so far.
 
> 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

        Check if there are those header files.  Maybe there is just a
problem with the location or there is a missing link.  Else check if you
have the C development packages installed.  Under RH I guess it's
something like libc-dvel-*.rmp
 
> 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??

        In scripting '#' means that line is commented.  In C the same sign
means a compiler directive.

        Give some more information like what distribution are you using.

        Raider 
--
                ``Liberate tu-temet ex inferis''

Reply via email to