$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Janusz Piwowarski (jpiw_at_[hidden])
Date: 2004-11-10 02:28:40
[...]
> 2. GCC (run in cygwin)
[...]
> What is this library "-lstlport_cygwin_stldebug"? It
> complained that it couldn't be found. Where can I
> find it?
You must manually build stlport library, or disable using stlport
iostreeams:
bjam -sTOOLS=gcc-stlport -s"BUILD=<stlport-iostream>off" ...
Regards,
Janusz