Dependencies / compatibility for 2.5 SP
Christopher Bongaarts
cab at umn.edu
Wed Nov 16 18:16:57 GMT 2011
On 11/16/2011 10:40 AM, Cantor, Scott wrote:
> Anyway, once I fix this code I found that their compiler isn't handling, I
> think I can get things working with boost and the Sun compiler. The steps
> involved for a deployer are not pleasant, but they're not that much worse
> than today:
>
> - download boost (no build step needed)
> - point the relevant configure commands at it
> - set CXXFLAGS to "-library=stlport4" (I probably can do this in autoconf)
> - make sure libstlport.so is available at runtime
> - don't mix in any code that's built against libCstd
I tried to get Alphamail working on Solaris in early 2006, which
required (actually building) Boost. I still wake up screaming in the
middle of the night sometimes.
But as long as you don't actually have to build it, it's probably not so
bad. I do recall having to run the latest Forte compiler with
up-to-date patches.
Where do you plan to use the Boost code? I.e., what things need to be
compiled with the stlport4 library? This is to try to get a better
handle on the scope of not mixing libCstd.
--
%% Christopher A. Bongaarts %% cab at umn.edu %%
%% OIT - Identity Management %% http://umn.edu/~cab %%
%% University of Minnesota %% +1 (612) 625-1809 %%
More information about the dev
mailing list