From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karsten Loeffler To: help-gcc@gnu.org Subject: Re: search subdirs for headers Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3857756B.8EAF9EA6@uni-tuebingen.de> References: <3856500A.F187C306@uni-tuebingen.de> <38566FF9.DC702C40@delphi.com> X-SW-Source: 1999-12n/msg00229.html Message-ID: <19991231222400.SnDDf5HdqkPEhTZr5-FHCuplzep2gml82BrOIxQZ4MU@z> Thank You Joe, wether this was the answer I feared. karsten Joe Durusau wrote: > 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? >