From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-04 11:40:05


On Friday 03 November 2006 04:10, Uttam Pawar wrote:
> Hi,
>
> I want to build the boost libraries using a new compiler on linux and on
> windows, how would I do that? The compiler I want to use is a Portland
> Group compiler.

Hi Uttam,
if the compiler is option-compatible with gcc, or msvc, you can use existing
toolset after configuring it to use the right compiler binaries.

Otherwise, you get to write new compiler toolset using gcc.jam or msvc.jam as
reference.

- Volodya