$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-07-25 12:00:03
Kyle Alons wrote:
> The .mak file produces -1_34.lib files, but linking w/ regex
> expects -1_34_1.lib files.
Ah, oops, sorry about that: you will either need to do a search and replace
in the makefile, or rename the binaries, or build using bjam instead.
John.