Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!news.daionet.gr.jp!news.yamada.gr.jp!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.google.com!not-for-mail
From: ardhendu_nandan@rediffmail.com (Ardhendu Nandan)
Newsgroups: fj.comp.lang.c
Subject: Help me to run Gcc in MinGW
Date: 8 May 2004 04:40:38 -0700
Organization: http://groups.google.com
Lines: 18
Message-ID: <419fd31c.0405080340.1ac0169f@posting.google.com>
NNTP-Posting-Host: 61.95.206.196
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1084016439 25519 127.0.0.1 (8 May 2004 11:40:39 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 8 May 2004 11:40:39 +0000 (UTC)
Xref: ccsf.homeunix.org fj.comp.lang.c:323

I am trying to compile Gcc-3.3.3 source code in MinGW but in MinGW
there is no /usr/include file present so when I compile the Gcc source
code ( .. / configure) I am gaiting some warning and after configuring
it when I compile make I am gaiting
Two error like- 1. make [1]:  ***   [stmp-fixinc] Error1
                         2. make       ***          [all-Gcc]  Error 2
After doing this I am gaiting some .exe file in gcc folder like
cpp.exe, g++.exe  but not gaiting gcc.exe . When I try to compile some
small program like a.c & a.cpp using g++.exe & cpp.exe I am gaiting
some missing file error like-
                            Stdio.h-No such file or directory
                            Iostream.h-No such file or directory

                         .                                            
                             I think I have to set Environmental
Variable because it$B!G(Bs not identifying include folder but how I don$B!G(Bt
know. If  it$B!G(Bs required then tell me the step.  If anyone know please
help me.
