$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-12-10 07:08:54
Maybe it would be a gould idea to provide your package with a
gcc_osx.mak which undefines
__APPLE_CC__
and uses g++ -fno-coalesce and etc.
to get rid of the
"illegal reference for -dynamic code" - link error
.. or can you use a different macro than __APPLE_CC__ to find out which
compiler is used?
______________
So are you saying that BOOST_NO_STDC_NAMESPACE needs to be defined whatever
the gcc version? Our regression tests are currently passing without that
(see http://boost.sourceforge.net/regression-logs/cs-Darwin.html) for
gcc3.3. I don't actually know anything about that platform, so I'm cc'ing
the main boost list.
John.