18 May
2005
18 May
'05
3:53 p.m.
"Simmons, Aaron"
wrote in message news:B7D1DA96FF0BC94DBD469E8DDBAC7AC34597A2@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