$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-01-23 05:31:49
Steven Woody wrote:
>> Which does not exists under cygwin. You must add the boost library
>> path to the PATH variable. The silent exit is typical for missing
>> DLL.
>
> Thanks, but I linked the program to static version of boost library (
> libboost_regex.a ), why does it still want DLLs?
No idea, all we can do is point you towards the meaning of the error code,
are you sure it didn't link to boost_regex.dll ?
John.