On Apr 23, 2008, at 11:56 AM, Johannes Schindelin wrote:
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.
This does not work. Are you sure that mingw32-g++ (the C++ compiler!)
ever worked?
How would I install it? Which package would I have to download?
Steffen