« Return to Thread: Building libraries for Dev++ ... usual steps don't work :(

Re: Building libraries for Dev++ ... usual steps don't work :(

by leper :: Rate this Message:

Reply to Author | View in Thread

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...

...skipped <pbin.v2\libs\thread\build\gcc-3.4.2\release\link-static\runtime-link-static\threading-multi>libboost_thread-gcc34-mt-s-1_34_1.a(clean) for lack of <pbin.v2\libs\thread\build\gcc-3.4.2\release\link-static\runtime-link-static\threading-multi>barrier.o


and finally

...failed updating 72 targets...
...skipped 20 targets...
...updated 13 tagets...


And still no libaries in the \stage\lib folder.





Vladimir Prus wrote:
On Friday 18 January 2008 18:54:53 leper wrote:
>
> Hi all,
> I'm brand new to this, but I've just spent my morning trying to use bjam to
> build gcc libraries for boost.
>
> I've carefully followed instructions from these two websites:
> http://wagjo.com/index.php?id=27
> and
> http://www.mpi-inf.mpg.de/~dfischer/manual/manual_topic38.html#topic41

It does not appear that those instructions are up-to-date for 1.34.*.
Did you check http://boost.org/more/getting_started/index.html ?

>
> But after running, bjam leaves my Boost\lib folder empty (That is, it
> creates the folder, but does not put anything in it.)
>
> At the end of the bjam output:
> ...failed updating 1400 targets...
> ...skipped 574 targets...

This suggest that lots of targets failed to build.
What are the error messages?

- Volodya

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: Building libraries for Dev++ ... usual steps don't work :(