FWIW: I am using gcc 3.3.1 compiled from scratch with sources from
gcc.gnu.org
under OS X. This works with full optimization (gcc 3.3 did not).
I am using gcc 3.1 which is the current version with the development
tools that I have on my Mac OS X. It's good to know what I have in
store :-)
I d
FWIW: I am using gcc 3.3.1 compiled from scratch with sources from gcc.gnu.org
under OS X. This works with full optimization (gcc 3.3 did not).
I didn't see your other messages, but I hope this is relevant: I had serious
trouble with multiple initializations of a static variable in the Boost.Pytho
I managed to get my stuff built using all shared libraries on OS X, but
I came across the following problems:
- I had to hack "boost/format/feedargs.hpp" to remove the static
variable (I have explained in other posts why).
- I am going to work around this by only having a single include point