Bug#425264: [pkg-boost-devel] Bug#425264: libboost-test-dev: Linking problem with the basic unit-test library

2007-05-21 Thread Domenico Andreoli
Hi, On Sun, May 20, 2007 at 10:35:56AM -0400, Brian Sipos wrote: > > A test program I am using in an M4 script to look for the boost test > library is as follows: > #include > int main() { > return 0; > } you should use -lboost_unit_test-st for single-threaded and -lboost_unit_test-mt for mu

Bug#425264: libboost-test-dev: Linking problem with the basic unit-test library

2007-05-20 Thread Brian Sipos
Package: libboost-test-dev Version: 1.34.0-1 Severity: important A test program I am using in an M4 script to look for the boost test library is as follows: #include int main() { return 0; } This program fails to link in the latest boost-test development package with the error: /tmp/ccIn5vvz