
15 Aug
2007
15 Aug
'07
12:49 p.m.
On Aug 15, 2007, at 8:17 AM, Larry Evans wrote:
One other thing: The directory names shown by the output of find above don't indicate which compiler was used. Bjam does this so that different (and I assume incompatible ) compiler .o files won't be linked together. Is this on the todo list or is there some other way to emulate this bjam safety measure?
The CMake-based system will not emulate this feature. If you want to build for multiple compilers, just create multiple build trees and configure/build them separately. - Doug