public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* search subdirs for headers
@ 1999-12-14  6:22 Karsten Loeffler
  1999-12-14  8:43 ` Joe Durusau
  1999-12-31 22:24 ` Karsten Loeffler
  0 siblings, 2 replies; 6+ messages in thread
From: Karsten Loeffler @ 1999-12-14  6:22 UTC (permalink / raw)
  To: help-gcc

How can I tell gcc to search sub dirs of -Idir for header files?

thanks in advance,
karsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: search subdirs for headers
  1999-12-14  6:22 search subdirs for headers Karsten Loeffler
@ 1999-12-14  8:43 ` Joe Durusau
  1999-12-15  3:08   ` Karsten Loeffler
  1999-12-31 22:24   ` Joe Durusau
  1999-12-31 22:24 ` Karsten Loeffler
  1 sibling, 2 replies; 6+ messages in thread
From: Joe Durusau @ 1999-12-14  8:43 UTC (permalink / raw)
  To: help-gcc

    The more-or-less standard way is to include the subdirectory in the
#include.
for example, #include <sys/time.h>  .  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: search subdirs for headers
  1999-12-14  8:43 ` Joe Durusau
@ 1999-12-15  3:08   ` Karsten Loeffler
  1999-12-31 22:24     ` Karsten Loeffler
  1999-12-31 22:24   ` Joe Durusau
  1 sibling, 1 reply; 6+ messages in thread
From: Karsten Loeffler @ 1999-12-15  3:08 UTC (permalink / raw)
  To: help-gcc

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 <sys/time.h>  .  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?
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: search subdirs for headers
  1999-12-14  8:43 ` Joe Durusau
  1999-12-15  3:08   ` Karsten Loeffler
@ 1999-12-31 22:24   ` Joe Durusau
  1 sibling, 0 replies; 6+ messages in thread
From: Joe Durusau @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

    The more-or-less standard way is to include the subdirectory in the
#include.
for example, #include <sys/time.h>  .  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: search subdirs for headers
  1999-12-15  3:08   ` Karsten Loeffler
@ 1999-12-31 22:24     ` Karsten Loeffler
  0 siblings, 0 replies; 6+ messages in thread
From: Karsten Loeffler @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

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 <sys/time.h>  .  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?
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* search subdirs for headers
  1999-12-14  6:22 search subdirs for headers Karsten Loeffler
  1999-12-14  8:43 ` Joe Durusau
@ 1999-12-31 22:24 ` Karsten Loeffler
  1 sibling, 0 replies; 6+ messages in thread
From: Karsten Loeffler @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

How can I tell gcc to search sub dirs of -Idir for header files?

thanks in advance,
karsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-14  6:22 search subdirs for headers Karsten Loeffler
1999-12-14  8:43 ` Joe Durusau
1999-12-15  3:08   ` Karsten Loeffler
1999-12-31 22:24     ` Karsten Loeffler
1999-12-31 22:24   ` Joe Durusau
1999-12-31 22:24 ` Karsten Loeffler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).