On Tue, Dec 19, 2006 at 06:58:26PM -0500, Carlos O'Donell wrote: > On Tue, Dec 19, 2006 at 05:59:09PM -0500, Bob Rossi wrote: > > > Bob, could you please provide your gcc configure options? > > > > Hi Carlos, > > > > It's all here, > > http://gcc.gnu.org/ml/gcc-help/2006-12/msg00279.html > > What do you think? > > ----- > The values of the varaiables are, > p->fname=/c/mingw/include cpp_PREFIX=c:/mingw cpp_PREFIX_len=8 > ----- > > This is not at all what I expected. The problem here is that you are > configuring mingw under cygwin, and the cygwin paths are not translated. > I will have to think about this. > > Could you tell me what errors you get when using --prefix='c:/mingw'? No, I'm not configuring mingw under cygwin. I'm configuring it in a native mingw sh shell. Yeah, I tried C:/mingw, and that gives me lot's Makefile errors. Is it a problem for the C:/ to be in the prefix for Makefile targets? I'll rebuild with that as the prefix and tell you what the problems are. Bob Rossi