$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: hugo_duncan (hugo_duncan_at_[hidden])
Date: 2002-02-04 10:25:13
when building a lib file with borland, I often get the following
message:
Warning: library was too large for page size, rebuilt with page size 128
The parameter specifying the page size is hard coded in borland-tools.jam in the borland-Archive-action to be /P64.
What is the best way of changing this parameter?
i) change the 64 to something bigger,
ii) add some sort of archive flags,
iii) or, add a feature ?
Hugo