2013/7/4 Antony Polukhin <antoshkka@gmail.com>
2013/7/4 Vladimir Prus <ghost@cs.msu.su>
On 04.07.2013 09:48, Antony Polukhin wrote:
That would be nice. I would prefer more generic solution, something like <not-link-with>rt option. It is required because some other
libraries under Android are also put into libc.

Or we can cooperate somehow, I'll send my user-config.jam and some of the options may be put into b2.

Dunno; if you're based in Moscow like your G+ profile say we might want to just sit at Starbucks and fix
this interactively?

I've finally found the problem: it was my impatience.

I've run run.py on linux and there still were those messages "Executing using a command file and the shell: /bin/sh". After them were some link errors. After a few hours run_on_android script was called.

Looks like I bjam/run.py runs some local tests and prints that message about /bin/sh, after that attempts to compile,link test and if that succeeds - runs `run_on_android` script. However I panicked at running local tests stage :)

Continuing to dig into link errors...

--
Best regards,
Antony Polukhin