Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lawina on January 15, 2006, 03:16:04 am

Title: Boost libraries
Post by: lawina on January 15, 2006, 03:16:04 am
God bless the soul who can bundle boost 1.33 for code::blocks.
The boost build seems to be running for ever..... :(

Can somebody tell me how long does it take to complete.
Title: Re: Boost libraries
Post by: TDragon on January 15, 2006, 07:16:45 am
lawina, a successful Boost build can take in excess of 2 hours, depending on your processor and amount of memory. There are over 1600 targets if I recall correctly; boost.jam lets you know where it's at every 100th target. Let me assure, though, it's well worth it once you've managed to build it.

Cheers,
John E. / Twilight Dragon
Title: Re: Boost libraries
Post by: takeshimiya on January 15, 2006, 07:18:45 am
What about the boost devpak?
Title: Re: Boost libraries
Post by: spoofer on January 15, 2006, 12:17:02 pm
I was also building boost and was wondering is there way to only build static-link release version of each library. I don't need debug and MinGW can't build multy-threaded libraries (or can only build them) AFAIK.
Also can I disable extra tags for names (I need only one version of each library, so there is no need for extra tags since I only use that one)?
Title: Re: Boost libraries
Post by: Yahp on February 14, 2006, 06:25:13 pm
I was wondering about the very same thing, spoofer. I have done some (mark my words) search on the web but found nothing more interesting than boosts own "getting started". Now I'm sitting at 2.7 Gig of libraries after building and installing the libs! However a small programm using boosts serialization built with C::B/MinGW works fine, so I can be happy after all ;-)

Does anyone know an active forum concerning boost since this seems not to be the right place to discuss such things at all?

Regards