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



But then I noticed, that the pathes to the tool-chain - which is
installed
under /usr/local/x86_64-pc-mingw32 - is used while compile, is somehow
broken for the gcc tool. I assume, that the gcc toolchain is to be found
under /usr/local/libexec/gcc/x86_64-pc-mingw32/4.3.0, but it is search in
/usr/local/x86_64-pc-mingw32/libexec/x86_64-pc-mingw32/4.3.0.
The make command "make install-gcc" installs the toolchain as expected
under /usr/local/libexec/gcc/x86_64-pc-mingw32/4.3.0.

The toolchain is install to /usr/local/x86_64-pc-mingw32, but some parts of the compiler (for example cc1) are installed to /usr/local/libexec/gcc/x86_64-pc-mingw32/4.3.0; install-gcc should install some parts there too, but not all of gcc.


This question, by the way, is more suitable to the gcc-help@gcc.gnu.org mailing list.

You're writing that the toolchain is installed under
/usr/local/x86_64-pc-mingw32,
but you assume it should be under
/usr/local/libexec/gcc/x86_64-pc-mingw32/. Why?
If you want it to be under /usr/local/libexec/gcc/x86_64-pc-mingw32/, you
should configure with --prefix=/usr/local/libexec/gcc.

In case you just need it to find it in the correct place (i.e.,
/usr/local/libexec/gcc/x86_64-pc-mingw32/4.3.0),

This is wrong.


Paolo


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