This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mingw svn trunk failure


On Tue, Dec 19, 2006 at 07:24:15PM -0500, Bob Rossi wrote:
> > -----
> > 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?

This is all a problem with your environment.

The path "/c/mingw" is not a valid Windows path, it is a cygwin style
path which is being mapped to a windows path. 

Are you using MSYS?

I think this question is probably more suited to the mailing lists on
http://www.mingw.org/

> I'll rebuild with that as the prefix and tell you what the problems are.

Why are you doing 'make bootstrap'?

Cheers,
Carlos.
-- 
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]