Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60071 - website/public_html/beta/feed/history
From: ghost_at_[hidden]
Date: 2010-03-02 03:27:24


Author: vladimir_prus
Date: 2010-03-02 03:27:23 EST (Tue, 02 Mar 2010)
New Revision: 60071
URL: http://svn.boost.org/trac/boost/changeset/60071

Log:
Document ranlib fix and mingw/cywin naming fix in the build system.

Text files modified:
   website/public_html/beta/feed/history/boost_1_43_0.qbk | 11 +++++++++++
   1 files changed, 11 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2010-03-02 03:27:23 EST (Tue, 02 Mar 2010)
@@ -45,6 +45,17 @@
 
 [endsect]
 
+[section Build System]
+
+* When cross-compiling to GNU targets, static libraries are properly created.
+ Previously, using such libraries resulted in [^Archive has no index] error.
+* The naming of DLL and import libraries with gcc compiler on Windows, both
+ mingw and cygwin, now matches default conventions of those environments.
+ Previously, the naming scheme was the same as for other Windows compilers.
+
+[endsect]
+
+
 [section Compilers Tested]
 
 Boost's primary test compilers are:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk