Hi,
What is the difference between toolset=darwin-4.5 & toolset=gcc-4.5 when building boost?
I'm trying to build boost 1.54 on OSX 10.8.4.
I have installed gcc-4.5 via Homebrew.
When I select the toolset=darwin-4.5 to build the thread library for example, the build produces the following:
libboost_system-xgcc45-mt-d-1_54.dylib
libboost_thread-xgcc45-mt-d-1_54.dylib
libboost_system-xgcc45-mt-d-1_54.a
libboost_system-xgcc45-mt-sd-1_54.a
libboost_thread-xgcc45-mt-d-1_54.a
libboost_thread-xgcc45-mt-sd-1_54.a
In particular, when I select the darwin toolset, how can I be sure that the build has indeed used gcc-4.5 rather than the preinstalled apple version of gcc-4.2 that came with the mac.
Hopelessly confused. Please help.
regards
Joe.