22 Jul
2002
22 Jul
'02
4:13 a.m.
system: FreeBSD 4.6 gcc: version 2.95.3 boost_1_28_0
i'm not good at english, and i can't make a good description. what mistake i have? my do_list : 1. make jam in boost_1_28_0/tools/build/jam_src/, i type make only 2. build libs, bash-2.05$ tools/build/jam_src/bin.freebsd/bjam "-sBOOST_ROOT=." 3. run sample bash-2.05$ g++ -I$BOOST_ROOT -g -pthread -o monitor monitor.cpp ../../build/bin/libboost_thread.a/gcc/debug/runtime-link-dynamic/threading-m ulti/libboost_thread.a bash-2.05$ ./monitor ... assertion "res == 0" failed: file "../src/condition.cpp", line 347 Abort trap (core dumped)
link with: in release libboost_thread.a libboost_threads.a
OK, BUT ! I'M NOT SURE THAT !