Hi,
On Wed, 23 Apr 2008, Steffen Prohaska wrote:
> But now "mingw32-g++" is needed. I guess this is a special version of g++
> needed for compiling mingw? Anyway, its installation seems to be broken:
>
> mingw32-g++ -g -O2 -I/usr/include/mingw
> -I/src/rt/msys/rt/src/winsup/cygwin/include
> -I/src/rt/msys/rt/src/winsup/w32api/include -o strace.exe
> ../../../../src/winsup/utils/strace.cc mingw_getopt.o -B/usr/lib/mingw
> mingw32-g++.exe: installation problem, cannot exec `cc1plus': No such file or
> directory
>
> It is the first time I work with the msys branch, so maybe someone can help
> me.
> Can I expect that mingw32-g++ works on the msys branch or is something else
> needed?
Ooops. I specifically deinstalled MinGW's compilers (in favour of the
MSys compilers, which automatically link in msys-1.0.dll, amongst other
things).
So I guess that you'd have to resurrect them. It should not even be that
complicated:
$ cd /
$ git checkout origin/devel mingw/
should do the trick.
Ciao,
Dscho
P.S.: Before I forget completely: Thank you very, very much for putting in
so much time and effort. You are one of the few people who actually keep
me going with msysGit.