$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-05-18 10:53:47
>
> "Simmons, Aaron" <a-simmons1_at_[hidden]> wrote in message 
> news:B7D1DA96FF0BC94DBD469E8DDBAC7AC34597A2_at_dlee02.ent.ti.com...
> I am unable to build boost.test 1.32.0 on MacOS X 10.3/10.4.  The build 
> fails due to some undefined symbols.
>
> On MacOS 10.3, these symbols are:
> cpp_main(int, char**)
> test_main(int, char**)
> init_unit_test_suite(int, char**)
These symbols are supposed to be undefined. You define them in your test 
program. If your architecture doesn't support shared libraries with 
undefined symbols you will have to use static one.
Gennadiy