$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: GoochRules! (goochrules_at_[hidden])
Date: 2004-05-25 21:10:26
> Sure enough, running depends on the boost dll shows MSVCP71D.DLL,
> MSVCR71D.DLL and KERNEL32.DLL, but no STLPORT!
To me it looks like your STLport include/lib directories come after the
Platform SDK/VS.Net2003 directories, which means STLport is not being
used at all, hence it is not listed in the dependencies.
Try:
set INCLUDE=$STLport_include_path;%INCLUDE%
set LIB=$STLport_lib_path;%LIB%
--mpeltzer