This is the mail archive of the
egcs-bugs@egcs.cygnus.com
mailing list for the EGCS project.
Re: xgcc seems to ignore C_INCLUDE_PATH
- To: ebuddington@wesleyan.edu
- Subject: Re: xgcc seems to ignore C_INCLUDE_PATH
- From: Jeffrey A Law <law@cygnus.com>
- Date: Tue, 06 Jul 1999 07:36:39 -0600
- cc: egcs-bugs@egcs.cygnus.com
- Reply-To: law@cygnus.com
In message <Pine.LNX.4.05.9907051923400.27684-100000@3com136.vgernet.net>you
write:
> I'm trying to compile egcs on a non-standard system. The system headers
> are not under /usr/include.
>
> In all cases so far, setting C_INCLUDE_PATH and CPLUS_INCLUDE_PATH has
> worked perfectly.
The right way to fix this is to create a new configuration file for the
system you are using which specifies the proper location for the header
files.
Trying to do this using environment variables and the like is going to cause
a variety of problems if you dig deep.
jeff