This is the mail archive of the gcc@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: Fw: Strange paths for gcc for x86_64-pc-mingw32


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


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