From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Durusau To: help-gcc@gnu.org Subject: Re: search subdirs for headers Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <38566FF9.DC702C40@delphi.com> References: <3856500A.F187C306@uni-tuebingen.de> X-SW-Source: 1999-12n/msg00217.html Message-ID: <19991231222400.IlaDHgkLHJf45Iyvx1Y-k8yaVfwb-S_uZzyWzeDmbyU@z> The more-or-less standard way is to include the subdirectory in the #include. for example, #include . If you don't want to do that, you most likely will have to use the -I flag over and over again. Speaking only for myself, Joe Durusau Karsten Loeffler wrote: > How can I tell gcc to search sub dirs of -Idir for header files? > > thanks in advance, > karsten