Steven Watanabe wrote:
AMDG
Z. S. O. wrote:
For some reason, when I do toolset=darwin it gets stuck at one part of the build process. I left it on overnight and it still looks like this:
$ ./bjam toolset=darwin --verbose-test test ...patience... ...patience... ...found 1356 targets... ...updating 17 targets... common.mkdir bin common.mkdir bin/test_ext.test common.mkdir bin/test_ext.test/darwin-4.0.1 common.mkdir bin/test_ext.test/darwin-4.0.1/debug common.mkdir bin/darwin-4.0.1 common.mkdir bin/darwin-4.0.1/debug darwin.compile.c++ bin/darwin-4.0.1/debug/extending.o darwin.link.dll bin/darwin-4.0.1/debug/extending.so
It still hasn't given me back my prompt, so I don't know what's going on.
Interrupt it. bjam is holding on to the output from whatever it's running. I want to see what command is actually looping.
It's probably this: https://svn.boost.org/trac/boost/ticket/2185 Hard to know what's going on -- it's working for some folks, so somebody has to poke in a debugger. - Volodya