
I need to build the threads library for VC 8.0, and I really don't know where to start. According to the documentation boost.build does not even support this compiler. Can someone explain what steps I would need to take to compile this library, or if it would be easier just send me debug and release builds of the static link lib? Thanks in advance. -Jason

Jason Hise wrote:
I need to build the threads library for VC 8.0, and I really don't know where to start. According to the documentation boost.build does not even support this compiler. Can someone explain what steps I would need to take to compile this library, or if it would be easier just send me debug and release builds of the static link lib? Thanks in advance.
-Jason
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Never mind, I made a project in visual studio and built boost.thread manually, and it appears to have worked.

On 9/20/05, Jason Hise <chaos@ezequal.com> wrote:
I need to build the threads library for VC 8.0, and I really don't know where to start. According to the documentation boost.build does not even support this compiler. Can someone explain what steps I would need
bjam -sTOOLS=vc-8_0 should work -- Caleb Epstein caleb dot epstein at gmail dot com
participants (2)
-
Caleb Epstein
-
Jason Hise