$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Wieger Wesselink (wieger_at_[hidden])
Date: 2003-05-27 09:15:38
--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> I think V2 thinks that on Cygwin, libraries can have '.lib' suffix,
but not
> '.a'. Could you go to builtn.jam, find the line
>
> declare-type NT CYGWIN : STATIC_LIB : lib : LIB : main ;
>
> (around line 233 in my copy), change it to
>
> declare-type NT CYGWIN : STATIC_LIB : lib a : LIB : main ;
>
> and try again?
Yes, that works.
Thanks,
Wieger