Ben Frame wrote:

> Hi all,
>
> I can't get diald to compile.  I am using RH 6.1 with kernel 2.2.12-20.

snip

>
> [root@mybox diald]# make  
> cc -O2 -Wall -pipe -DTCP_WRAPPERS -DAUTH_PAM   -c diald.c -o diald.o
> In file included from diald.c:29:
> diald.h:9: stdio.h: No such file or directory
> diald.h:10: stdlib.h: No such file or directory

Edit Makefile and append '-I/usr/i386-glibc-linux/include
-L/usr/i386-glibc-linux/lib' to the first CFLAGS line.

If I recall, this solves the problem with include files, but you may still need
to add some symbolic links, a la 'ln -s /lib/libX.so /lib/libX.so.0' for
X='wrap,pam, dl, etc, in order to get everything linked.


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to