On Thu, 12 May 2005, Quentin Spencer wrote:
...
So, the errors appear to be caused by the c++ header files. How is it
possible that the header files are broken on one arch and not
another? Any other insights into what might have caused this and how
to fix it?
There's something weird about mach and C++, I've seen this and some
other weirdness just recently myself. The above can be worked around
by setting
a suitable CPPFLAGS=-I/usr/include/c++ ... before %configure.
Another oddity I found is that for Wine to build within mach I had to use
LDFLAGS="-lstdc++" %configure - which doesn't make any sense to me
either.