$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2003-07-09 05:49:04
> Yes, you are right, I don't get any error, but I thougth the binary it
> is corrupted.
> here is the code...
> thanks,
> meg
You need to compile and link with -pthreads to get a working
thread-compatible std library.
John