$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk (rwgk_at_[hidden])
Date: 2001-12-21 17:14:09
Using the current boost cvs snapshot (main branch):
When trying to build Boost.Python modules with VC6 using
boost/libs/python/build/vc60.mak the linker complains about a missing
library:
LINK : fatal error LNK1104: cannot open file "vc6-re300l.lib"
When adding /DBOOST_PYTHON_NO_LIB to the CL command line the linker
complains about many unresolved symbols.
Is this a known problem, and is there a fix?
Thanks,
Ralf