home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16758 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  915 b 

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