roger weiss <[EMAIL PROTECTED]> wrote:
> Maybe you can give a little more information as to what I need to do
> to compile pam-radius? If I copy it to it's own subdirectory and try
> and compile it I standalone I get:
> 
> [EMAIL PROTECTED] pam-radius]# make
> cc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o
> In file included from pam_radius_auth.c:63:
> pam_radius_auth.h:22:20: radius.h: No such file or directory

  Weird.  There's a "radius.h" inside that directory, and the compiler
should be picking it up.

> If I modify CFLAGS in Makefile  to -I /path/to/freeradius/includes and
> run make I get:

  Why not:

cc -Wall -fPIC -I. -c pam_radius_auth.c -o pam_radius_auth.o

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to