Matthew Miller <[EMAIL PROTECTED]> writes:

> cc  -I/home/mattdm/rpmbuild/BUILD/openafs-1.2.8/src/config
> -I/home/mattdm/rpmbuild/BUILD/openafs-1.2.8/include
> -I/usr/include -I/usr/include/sys -O2 -Dlinux
> -DLINUX_PAM -fPIC   -c -o test_pam.o test_pam.c

Those compile flags are bad news.  You should *never* pass -I/usr/include
or particularly -I/usr/include/sys to a compiler unless you're doing very
weird things.

Whatever is adding those -I lines is what's causing the problem.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to