That should probably be something like:
g++ -Lc:\boost\boost_1_33_0 -lboost_unit_test_framework
unit_test_example1.cpp
On gcc the library must always appear *after* any object files that require
it, otherwise you absolutely will get linker errors.
John.