Justin Erenkrantz wrote:
--On January 10, 2006 12:45:57 PM -0700 Martin Sebor
<[EMAIL PROTECTED]> wrote:
According to Howard, Apple doesn't distribute libsupc++ with gcc 4
on OS X. Instead they make it available for download as part of their
Xcode development environment. See
http://www.apple.com/macosx/features/xcode/
and
http://developer.apple.com/tools/download/.
I only had XCode 2.1. It seems I needed XCode 2.2 - we should document
that in README. =) /usr/lib/libsupc++.a is installed when you install
XCode 2.2.
It now fails compiling bitset.cpp per attached log. HTH. -- justin
This suggests that the SIZE_T.cpp config test failed to define
the _RWSTD_SIZE_T and related macros for some reason. The way
to quickly find out if it even compiled (as I suspect it didn't)
is to look at the config log in $BUILDDIR/include/config.log.
I opened a new issue for this just for the record:
http://issues.apache.org/jira/browse/STDCXX-113
Martin