$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Library generation GCC on Windows vs Linux
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-11-20 08:28:21
On Friday 20 November 2009 16:12:16 Christian Auby wrote:
> If I rename "libhello.lib" to "libhello.a" it does link as expected on
> MinGW.
BTW, does it really link? I though that mingw does not like the fact that
Boost.Build does not ran 'ranlib' on static libraries...
- Volodya