$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-03-08 16:02:43
Bob Paddock wrote:
> On Tue, 8 Mar 2005 12:34:26 -0700, Jonathan Turkanis
> <technews_at_[hidden]> wrote:
> Guess I do not understand the difference between "stl" and "stlport"?
Maybe STL is a digital mars implementation of (parts of) the standard library. I
remember hearing that the DMC implementation was incomplete or non-conforming in
other respects, and so that it was best to use STLPort,
> I was trying to build the "dmc"
> Ok. -IC:\DM\stl ?
The command-lines "dmc -IC:/dm/stlport test.cpp" and "dmc -IC:/dm/stlport
test.cpp" both work for me if test.cpp just include <utility>. If it includes
<iostreams>, neither works.
> Not sure how to do that with bjam?
It should be straightforward to modify the Jamfile, but I'll let some who knows
more answer that.
Jonathan