23 Mar
2003
23 Mar
'03
11:53 p.m.
Viktor.Ransmayr@t-online.de writes:
Hello David,
Unfortunately your suggestion/ suspicion didn't solve the problem :-( - I'm attaching the build log again.
OK, I see the problem. For some reason bjam likes to think of mingw as a separate operating system. That means $(NT) is not defined and $(OS) = MINGW. This is totally screwed up AFAICT and even if we make bjam build (easy enough; add if $(OS) = MINGW { $(NT) = MINGW ; } to the top of build.jam), it probably won't work right when you try to use it with Boost.Build. So my recommendation is that you use the one from the website until we get this sorted out. -- Dave Abrahams Boost Consulting www.boost-consulting.com