Boost logo

Boost-Build :

From: Konstantin M. Litvinenko (gclbb-jamboost_at_[hidden])
Date: 2003-06-27 09:16:06


Hello, Vladimir!
You wrote on Fri, 27 Jun 2003 17:42:38 +0400:

VP> Actually, it's even simpler:

:)))

VP> feature lib-page-size : 256 512 ;

The above line should be

feature lib-page-size : 256 512 1024 2048 4096 8192 16384 32768 65536 ;

according to borland tlib documentation.

VP> toolset.flags borland.archive LIB_PATH_SIZE <lib-page-size> ;

[Sorry, skipped]

VP> Hmm.. it appears that borland's linker has no upper limit on page
VP> size and it's possible to overflow any given page size, so after
VP> all, we can't live without the feature. Ok, will implement on
VP> Monday.

Thanx.
Don't forget to make changes in two places.

With best regards, Konstantin M. Litvinenko aka Dark Angel.

 


Boost-Build 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