Windows Boost with apache stdcxx

Hey there! I'm using boost for quite a while now, and ran into a problem. I'm writing a compiler wrapper for cl (wgcc, @ sourceforge) which behaves like gcc (wgcc runs under Interix). now i'm building tons of packages with wgcc. Due to problems with the microsoft STL we switched to apaches STDCXX implementation (wgcc uses it automatically for every C++ package built with it, if it is present). The problem now is, that all packages are built with stdcxx, EXCEPT of course boost, because i'm using the windows build mechanism, hence cl directly and not my wrapper, to build it. I haven't tried out yet, but i really think that this is a bad combination somehow. Have you got any advice on how to get boost built with the stdcxx library?? Any comments on this would be great! Thanks in advance, Markus
participants (1)
-
Duft Markus