$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2004-12-21 13:25:41
Vladimir Prus wrote:
> On Tuesday 21 December 2004 01:00, Reece Dunn wrote:
>
> Ah, here's what causes it:
>
> generators.register-linker msvc.link.dll
> : OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB
> : SHARED_LIB IMPORT_LIB RSP : <toolset>msvc ;
>
> when we try to figure out which target types can be converted into IMPORT_LIB,
> we find this generator which has IMPORT_LIB in source types, so we recurse
> infinitely and the error you get is just stack overflow.
>
> I've just committed a fix, which works on Lunix/gcc and NT/borland. Could you
> check that msvc is OK, too?
Things are working fine now! Thanks.
BTW, great work!
Regards,
Reece