From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-03-16 12:17:59


Hi,

Borse, Ganesh wrote:
> Dear Sir,
> Thanks for this guidance.
> I downloaded boost src code (boost_1_33_1.tar.gz) as well as Boost.Interprocess (interprocess.2006-08-04.zip) from boost site.
> May you please guide me about following doubts?
>
> 1) Are these two separate source code or I need to compile Boost.Interprocess along with boost_1_33_1?

Interprocess is a header-only library and does not need separate
compilation. You can just copy Interprocess sources in the boost 1.33.1
tree and start working.

> 2) Does this compile on Solaris 8 & RHEL3 as well?

I haven't tested in Solaris. Regarding RHEL3, if it has gcc 3.4 or
later, it should compile.

Regards,

Ion