On Jul 11, 2005, at 11:02 AM, Angus Leeming wrote:
Bennett Helm wrote:
What does your apple-hack give?
2.95.2
Here's the entire block from the configure script. Note that it is
executed
only if GXX is set to "yes". Moreover, if you have predefined CXXFLAGS,
then this is used in preference to the -f-stuff below.
Ah! That explains it. I had set CXXFLAGS for something else and that
mucked it up. Without setting CXXFLAGS before configuring, things are
fixed.
C++ Compiler: g++ (2.95.2)
C++ Compiler flags: -g -Os -Wno-non-template-friend
-ftemplate-depth-30 -W -Wall
That, of course, means those lines should be removed from the
INSTALL.MacOSX file.
Bennett