[C++-sig] boost python on os x 10.5, intel

David Abrahams dave at boostpro.com
Wed Aug 6 17:37:28 CEST 2008


on Sat Aug 02 2008, Michael Rogers <m.rogers-AT-hef.ru.nl> wrote:

> This link pretty much describes what is happening to me.
>
> http://article.gmane.org/gmane.comp.lib.boost.build/18302
>
> Does anyone else experience this? Anyone know how to fix it?

Looks like a bug in either Darwin's linker (hangs) or in its
implementation of execwait.  bjam is just waiting for the linker process
to complete.

My suggestion, to find out which: run bjam again with -n -a (build
nothing) or -d+2 (rebuild what's out of date) and look at the linker
command that bjam is issuing.  Then try it yourself from a shell
prompt.  If it hangs, you know it's the linker.  If not, it's either a
bug in execwait or a bug in the way bjam is using it.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com



More information about the Cplusplus-sig mailing list