$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-08-21 00:26:34
Borland generate strange warnings while linkinng Boost.Test libs. For
example, prg_exec_monitor consist of 2 modules:
execution_monitor.cpp and
cpp_main.cpp
After finishing linking borland generate following warnings:
Warning: 'execution_monitor' not found in library
Warning: 'cpp_main' not found in library
Though library seems to work if I link it with tests.
Thoughts?
Gennadiy.