On Mon, Feb 19, 2007 at 10:35:41AM +0100, Kai Tietz wrote:
> Hi,
> 
> No the point is that I am using the default settings of gcc (without any 
> "--prefix="). The compiler is built and installed at the expected place 
> (/usr/local/libexec/gcc/...), but the gcc,exe tool installed under 
> /usr/local/x86_64-pc-mingw32/bin does not have the proper path to its gcc 
> tools defined. Under previous versions it worked. By the way, to make the 
> cross-compiler known via PATH would break my complete system.

That's not the one you want to run.  You should have something in
/usr/local/bin/x86_64-pc-mingw32-gcc.exe also; do you?

The one in /usr/local/x86_64-pc-mingw32/bin is different, and may not
work - I think the way that normally happens involves symbolic links,
or something similar.  Anyway, you don't need to use it.

-- 
Daniel Jacobowitz
CodeSourcery

Reply via email to