$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-09-24 05:33:09
> i m trying to use boost regex library with mingw32 environment, but
> after compiling the code successfully, at the time of making DLL ld.exe of
> mingw32 crashes.
> but if u simply remove the regex part from the code and try to make
DLL
> it works fine. Could you please help me in this.
> thanks
I'm not familiar with building dll's under mingw32, but can you not use the
regex lib as a static lib instead? I'm assuming this is compiler bug BTW if
the linker is crashing.
John.