12 lines
444 B
Text
12 lines
444 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2003/09/06 12:05:00 cjep Exp $
|
|
|
|
When compiling with boost thread library don't forget to link against
|
|
pthread.
|
|
|
|
Here is an example of compiling a simple program with boost threads:
|
|
|
|
g++ example.cpp -I${PREFIX}/include -L${PREFIX}/lib \
|
|
-lboost_thread -lpthread
|
|
|
|
===========================================================================
|