4 May
2003
4 May
'03
3:44 p.m.
"silvermangbs"
BTW: Does *anyone* build all of boost under Cygwin with "gcc -mno-cygwin"? I have so much trouble with this that I think I must be the only one trying to do it.
ALL? I doubt it. In particular, Boost.Python is very unlikely to build successfully that way, due to the fact that builds under Cygwin assume the need for a Cygwin build of Python. However, I just rebuilt the threads library with: $ bjam -sTOOLS=gcc-nocygwin So it looks like the rest of it should work out OK. -- Dave Abrahams Boost Consulting www.boost-consulting.com