How do I configure which directories will be looked in to #include
<foo.h> ?

I know I can use the -I option for gcc, but I don't want to do that
every time I compile a program that includes a file that includes a file
in /usr/src/linux/include/*

As a temporary solution I cd'd to /usr/include and "ln -s
/usr/src/linux/include/* ." that worked for all except net and scsi
because there were already directories with that name. I think I won't
need them anyways. 

Last time I had this problem it went away after reinstaling, but I don't
feel like reinstalling now. :) Anyways, that isn't the Right Way(tm) to
fix it.

-- 
Ivan Jager



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to