
29 Aug
2010
29 Aug
'10
8:59 p.m.
Boris Schaeling wrote:
For now I would appreciate if the library's test cases are run on as many platforms as possible. After copying the files from the ZIP file to the Boost folder change to libs/process/test/ and run bjam - that's all!
Under FreeBSD 8 with gcc 4.5.0, the tests ran fine except 'wait', which failed to link due to undefined reference to pthread_create. Adding <target-os>freebsd:<linkflags>-pthread to test project's requirements fixed that for me. Best Regards, Gevorg