Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-08-08 17:02:49


[2002-08-08] Beman Dawes wrote:

>The Boost.Threads regression test uses a .dll. See below.
>
>There is no problem with the .dll for the other Win32 compilers, but for
>intel-win32 when it comes time to run the test, the .dll is not being
>found.
>
>The .dll is being built OK, and if I move it to a place in the path, the
>intel-win32 test runs without problems.
>
>The other compilers find the .dll without any intervention on my part.
>
>Since not finding the .dll hangs the regression test waiting for a user
>response to a dialog box, I'd really like to see this one fixed.
>
>Any ideas?
>
>If I haven't given enough information to fix it, please let me know what
>else would help. You can see the thread library Jamfile in the CVS at
>..../libs/thread/build. It also uses threads.jam at the same location.

Could you provide the bjam output with "-n". Somewhere in there it should be
trying to do a "PATH=...".

But the most likely culprit from a quick look might be this line in
intel-win32-tools.jam:

flags intel-win32 RUN_PATH : "$(INTEL_PATH)"\\Bin ;

Why is that line there?

You might want to try removing it see if things improve/worsen.

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk