This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C_INCLUDE_PATH bug for Windows 95 version of 1.0.2
- To: "John W. M. Stevens" <jstevens at samoyed dot ftc dot nrcs dot usda dot gov>
- Subject: Re: C_INCLUDE_PATH bug for Windows 95 version of 1.0.2
- From: Mumit Khan <khan at xraylith dot wisc dot edu>
- Date: Fri, 27 Mar 1998 21:21:37 -0600
- Cc: egcs at cygnus dot com
"John W. M. Stevens" <jstevens@samoyed.ftc.nrcs.usda.gov> writes:
> I grabbed and installed the Windows 95 binary of egcs-1.0.2-mingw32 on
> my Windows box.
>
> No matter how I muck around with setting up the environmental variables,
> gcc cannot find the include files.
>
> I get messages like:
>
> No include path in which to find stdio.h
Bug in MS Windows runtime (W95 only, NT ok), not in egcs/gcc. The
work-around is in the development sources, but in the release tree.
Please grab the "fixed" cpp from my ftp site (see fixes/updates area).
Also reachable from the web site. A good to place to check when you
find a problem to see if it's been fixed.
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/releases/fixes/
Mumit