$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-25 06:46:10
Hi Konstantin,
> Hello, All!
>
> When i build my library linker says: "library was too large for page
> size, rebuilt with page size 512". I can't figure out how to fix it without
> intrusion into borland.jam and replacing /P256 on /P512. How to do this in
> a legal way?
I think the only reasonable way is to change borland.jam. That's some complete
brokeness (IMO) on the part of borland's linker, and making page size a user
option just does not feel right. It should always work, and /P512 is the only
way.
- Volodya