home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:16758 gnu.gcc.help:2559
- Newsgroups: comp.lang.c,gnu.gcc.help
- Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!jutta
- From: jutta@opal.cs.tu-berlin.de (Jutta Degener)
- Subject: Re: Include file directory search path
- Message-ID: <1992Nov19.012818.18568@cs.tu-berlin.de>
- Sender: news@cs.tu-berlin.de
- Organization: Techn. University of Berlin, Germany
- References: <SIM.92Nov18151448@mdtf14.fnal.gov>
- Date: Thu, 19 Nov 1992 01:28:18 GMT
- Lines: 11
-
- sim@mdtf14.fnal.gov (Jim Sim) writes:
-
- > Is there a way to force the C preprocessor to use the same search path to
- > locate nested include files (files included by another include file)
- > that it uses to locate non-nested include files?
-
- Yes. Do not include from your header files with double quotes,
- but with angle brackets instead; and insert -I. in front of the
- cc command line options.
-
- Jutta (jutta@cs.tu-berlin.de)
-