Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-12-11 14:15:25


"Olden A (Comp)" <aolden_at_[hidden]> writes:

> Hi Everybody,
>
> I'm trying to configure boost (1.30.2) on my system: Windows XP, using
> Borland builder 6(4).
>
> I've downloaded the library, and precompiled bjam. I then set the BOOST_ROOT
> variable to the directory where I unpacked, boost, and set BCCROOT to point
> to the BCB6 directory.
>
> Then I went into the boost root directory tried to start the process, and it
> went a bit gargar, I've (annoyingly I know) attached the output from the
> process, does anybody have any ideas about whaty went wrong?

<snip>

> ---------------------------------------------------------------------
> ...found 3846 targets...
> ...updating 28 targets...
> borland-Link-action
> libs\regex\build\bin\boost_regex.dll\borland\debug\runtime-l
> ink-dynamic\boost_regex_debug.dll
> libs\regex\build\bin\boost_regex.dll\borland\d
> ebug\runtime-link-dynamic\boost_regex_debug.lib
> The system cannot find the path specified.
>
> set PATH=C:\Program Files\Borland\CBuilder6\bin\;%PATH%
> "C:\Program Files\Borland\CBuilder6\bin\bcc32" -v -q -v -tWR -tWD -WM-
> -L
> "C:\Program Files\Borland\CBuilder6\lib"
> -e"libs\regex\build\bin\boost_regex.dl
> l\borland\debug\runtime-link-dynamic\boost_regex_debug.dll"
> @"libs\regex\build\
> bin\boost_regex.dll\borland\debug\runtime-link-dynamic\boost_regex_debug.CMD
> "

What happens when you issue these commands at the command prompt in
the same directory? That is,

    set PATH=C:\Program Files\Borland\CBuilder6\bin\;%PATH%
    "C:\Program Files\Borland\CBuilder6\bin\bcc32" -v -q -v -tWR -tWD -WM- -L "C:\Program Files\Borland\CBuilder6\lib" -e"libs\regex\build\bin\boost_regex.dll\borland\debug\runtime-link-dynamic\boost_regex_debug.dll" @"libs\regex\build\bin\boost_regex.dll\borland\debug\runtime-link-dynamic\boost_regex_debug.CMD"

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk