
On Mon, 22 Sep 2008 19:39:22 +0200, David Abrahams <dave@boostpro.com> wrote:
on Mon Sep 22 2008, Boris <boriss-AT-web.de> wrote:
On Mon, 22 Sep 2008 16:42:52 +0200, Sebastian Redl <sebastian.redl@getdesigned.at> wrote:
Boris wrote:
On Linux line 624 in boost_1_36_0/boost/test/impl/execution_monitor.ipp should be temporarily changed like I did on Solaris (not sure if you did this?). I did.
As the test cases try to start a program "helpers" shared libraries "helpers" depends on must be found. You might need to set and export LD_LIBRARY_PATH before you run the test cases. No, no need. helpers runs fine standalone.
Unfortunately I don't have a Linux server at hand and can't reproduce the problems.
Can you not install one of the many free Linux implementations on one of the several free virtual machine implementations for Windows?
I had hoped after building and testing everything on Solaris it will just work on Linux. ;) Well, I'll install Linux and come back when I've reproduced and fixed the problem. Boris