On Jun 10, 2007, at 11:27 AM, Charles Forsyth wrote:

Any enlightenment would be appreciated.

cpp doesn't understand -.


Yes, the reason I put -. in CFLAGS is because it is a
parameter to the C compiler.  However, I have tried it
with and without -. and with and without -N.  I have
also tried the following command:

cpp -N ../main.c

It correctly does not find any of the include files.  But,
if I try:

cpp -N -I/sys/include -I/386/include ../main.c

It finds all of the include files.  It should not be
finding inc1.h or inc2.h if I read the man page correctly.
It finds both of these files in ..

This seems like a bug to me.

Kim

Reply via email to