Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-05-29 17:28:00


asterkin2003 wrote:

> 2. I cannot find the boost_python dlls properly named (with y suffix)
> despite the --with-pydebug switch. What's wrong with it?

Did you resolve this after fixing your STLport install?

> 3. At the end of the build process and before copy of header files
> starts I get a bunch of error messages like "... filed HardLink
> C:\Boost\lib\boost_thread_vc71-mt-p.lib..." and "Cannot Find
> C:\Boost\lib\boost_thread-vc71-mt-p.lib" What does it mean?

It means that it did not create the DLL import libraries for those DLLs.
Many reasons for that to happen, like it failing to create the DLL in
the first place, or the DLL not exporting entry points. Did you get a
warning or error when it was building those DLLs?

> 4. I'm completely puzzeled with how could I use the Boost.Build for
> developing my own software with pre-compiled boost libraries. I tried
> to play with the <lib> switch but without any success. Could I get
> some sample Jamfile to be educated from?

A Jamfile like so is usual:

project-root ;

exe test
: test.cpp
: <sysinclude>C:\Boost\include\boost_1_31_0
<library-path>C:\Boost\lib
<find-library>libboost_date_time-vc71-mt-1_31
: debug release ;

Or something like that ;-)

HTH

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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