Here is a dump of the first 30 or so lines from the console window:
C:\BoostNew>bjam --toolset=gcc stage --with-thread
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
warning: Unable to construct ./stage-unversioned
...patience...
...found 420 targets...
...updating 92 targets...
gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\threading-multi\barrier.o
'-ftemplate-depth-128' is not recognized as an internal or external command,
operable program or batch file.
-ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads -DBOOST_ALL_NO_LI
B=1 -DBOOST_THREAD_BUILD_DLL=1 -I"." -c -o "bin.v2\libs\thread\build\gcc\debug\
threading-multi\barrier.o" "libs\thread\src\barrier.cpp"
...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\threading-multi\bar
rier.o...
gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\threading-multi\condition.o
'-ftemplate-depth-128' is not recognized as an internal or external command,
operable program or batch file.
and these are the last 30 lines...
-ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -
DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DNDEBUG -I"." -c -o "bin.v2\lib
s\thread\build\gcc\release\link-static\runtime-link-static\threading-multi\tss.o
" "libs\thread\src\tss.cpp"
...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\runti
me-link-static\threading-multi\tss.o...
gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\runtime-link-st
atic\threading-multi\xtime.o
'-ftemplate-depth-128' is not recognized as an internal or external command,
operable program or batch file.
-ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -
DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DNDEBUG -I"." -c -o "bin.v2\lib
s\thread\build\gcc\release\link-static\runtime-link-static\threading-multi\xtime
.o" "libs\thread\src\xtime.cpp"
...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\runti
me-link-static\threading-multi\xtime.o...
...skipped <pbin.v2\libs\thread\build\gcc\release\link-static\runtime-link-stati
c\threading-multi>libboost_thread-gcc-mt-s-1_34_1.a(clean) for lack of <pbin.v2\
libs\thread\build\gcc\release\link-static\runtime-link-static\threading-multi>ba
rrier.o...
...skipped <pbin.v2\libs\thread\build\gcc\release\link-static\runtime-link-stati
c\threading-multi>libboost_thread-gcc-mt-s-1_34_1.a for lack of <pbin.v2\libs\th
read\build\gcc\release\link-static\runtime-link-static\threading-multi>barrier.o
...
...skipped <pstage\lib>libboost_thread-gcc-mt-s-1_34_1.a for lack of <pbin.v2\li
bs\thread\build\gcc\release\link-static\runtime-link-static\threading-multi>libb
oost_thread-gcc-mt-s-1_34_1.a...
...failed updating 72 targets...
...skipped 20 targets...
...updated 13 targets...I think that includes what you asked for.
Thanks again,
Tim
Vladimir Prus wrote:
On Tuesday 22 January 2008 15:08:09 leper wrote:
>
> Hi Vladmir, thanks for your response.
>
> Since I am using Dev-C++ 4.9.9.2, which I believe uses gcc version 3.4.2, I
> used the command
>
> bjam --toolset=gcc-3.4.2 stage --with-thread
>
> today, as per the instructions here:
>
http://boost.org/doc/html/thread/build.html#thread.build> (I only require the thread libraries)
>
> Initially I recieve about 20 or 30 lines of the following error:
>
> warning: Unable to construct ./stage-unversioned
>
> After this I get many errors, such as:
>
> ...failed gcc.compile.c++
> bin.v2\libs\thread\build\gcc-3.4.2\release\link-static\runtime-link-static\threading-multi\xtime.o...
In addition to such messages there should be:
1. The actual command being executed.
2. Error messages from that command.
Can you provide those?
- Volodya
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build